diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 03:22:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-08 03:22:54 +0000 |
commit | 4fd63c258a35a10b1c827c7aa79b778de4c47222 (patch) | |
tree | af66d4a52f4b783e744942c76c8bd278218d1ad3 | |
parent | 14861a0e8913049e1fa76cd4e8873a2a1a150ae7 (diff) | |
download | emacs-4fd63c258a35a10b1c827c7aa79b778de4c47222.tar.gz |
(gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings.
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 2658a709463..c6eeb1af61b 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -2232,7 +2232,7 @@ predicate. See Info node `(gnus)Customizing Articles'." "Toggle whether to fold or truncate long lines in article the buffer. If ARG is non-nil and not a number, toggle `gnus-article-truncate-lines' too. If ARG is a number, truncate -long lines iff arg is positive." +long lines if and only if arg is positive." (interactive "P") (cond ((and (numberp arg) (> arg 0)) |