# HG changeset patch # User Juanma Barranquero # Date 1210217966 0 # Node ID 58cf3761a803ed5a5a56c92d2588f091dace5c9a # Parent 9a5b7d040f2b2dcb2580264ac521f29b4b1d8893 (eshell-review-quick-commands): Don't use `iff' in docstring. diff -r 9a5b7d040f2b -r 58cf3761a803 lisp/eshell/em-smart.el --- 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"