changeset 94739:58cf3761a803

(eshell-review-quick-commands): Don't use `iff' in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:39:26 +0000
parents 9a5b7d040f2b
children 464e6f78f756
files lisp/eshell/em-smart.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-smart.el	Thu May 08 03:38:53 2008 +0000
+++ b/lisp/eshell/em-smart.el	Thu May 08 03:39:26 2008 +0000
@@ -108,8 +108,8 @@
 command that produces no output, and exits successfully.
 
 If set to `not-even-short-output', then the definition of \"quick
-command\" is extended to include commands that produce output, iff
-that output can be presented in its entirely in the Eshell window."
+command\" is extended to include commands that produce output, if and
+only if that output can be presented in its entirely in the Eshell window."
   :type '(choice (const :tag "No" nil)
 		 (const :tag "Yes" t)
 		 (const :tag "Not even short output"