diff options
| author | Juanma Barranquero | 2008-05-08 03:39:26 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 03:39:26 +0000 |
| commit | bbd4400609af7b18d16831fd771ee670a4a8fbea (patch) | |
| tree | 93592af1f5da425d934df38dec6ddb00c2731cdf | |
| parent | 1603d855dccf6689e30241fe25f505d068cf91db (diff) | |
| download | emacs-bbd4400609af7b18d16831fd771ee670a4a8fbea.tar.gz emacs-bbd4400609af7b18d16831fd771ee670a4a8fbea.zip | |
(eshell-review-quick-commands): Don't use `iff' in docstring.
| -rw-r--r-- | lisp/eshell/em-smart.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 108 | command that produces no output, and exits successfully. | 108 | command that produces no output, and exits successfully. |
| 109 | 109 | ||
| 110 | If set to `not-even-short-output', then the definition of \"quick | 110 | If set to `not-even-short-output', then the definition of \"quick |
| 111 | command\" is extended to include commands that produce output, iff | 111 | command\" is extended to include commands that produce output, if and |
| 112 | that output can be presented in its entirely in the Eshell window." | 112 | only if that output can be presented in its entirely in the Eshell window." |
| 113 | :type '(choice (const :tag "No" nil) | 113 | :type '(choice (const :tag "No" nil) |
| 114 | (const :tag "Yes" t) | 114 | (const :tag "Yes" t) |
| 115 | (const :tag "Not even short output" | 115 | (const :tag "Not even short output" |