# HG changeset patch # User Juanma Barranquero # Date 1210216974 0 # Node ID ceb867cd4907cefcdf6d8acf16b7891092761f39 # Parent 3bbff46b71301dc50c06895bc8b1520a343a769c (gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings. diff -r 3bbff46b7130 -r ceb867cd4907 lisp/gnus/gnus-art.el --- 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))