changeset 94731:ceb867cd4907

(gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:22:54 +0000
parents 3bbff46b7130
children be3ff50018bf
files lisp/gnus/gnus-art.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Wed May 07 22:11:08 2008 +0000
+++ b/lisp/gnus/gnus-art.el	Thu May 08 03:22:54 2008 +0000
@@ -2232,7 +2232,7 @@
   "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))