From 5229211e9213750dbeec55dcfa64240fb77093b6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 8 May 2008 03:22:54 +0000 Subject: [PATCH] (gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings. --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5