From: Juanma Barranquero Date: Thu, 8 May 2008 03:39:26 +0000 (+0000) Subject: (eshell-review-quick-commands): Don't use `iff' in docstring. X-Git-Tag: emacs-pretest-23.0.90~5729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbd4400609af7b18d16831fd771ee670a4a8fbea;p=emacs.git (eshell-review-quick-commands): Don't use `iff' in docstring. --- diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index 77cb9ee17fb..bc844215d16 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -108,8 +108,8 @@ If set to nil, quick commands won't be reviewed. A quick command is a 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"