diff lisp/gnus/imap.el @ 78486:f0a07da7dd45

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:27:37 +0000
parents 24202b793a08
children 1cb31606209f a3c27999decb 424b655804ca
line wrap: on
line diff
--- a/lisp/gnus/imap.el	Wed Aug 08 07:27:21 2007 +0000
+++ b/lisp/gnus/imap.el	Wed Aug 08 07:27:37 2007 +0000
@@ -1581,7 +1581,7 @@
 	(imap-mailbox-get-1 'search imap-current-mailbox)))))
 
 (defun imap-message-flag-permanent-p (flag &optional mailbox buffer)
-  "Return t iff FLAG can be permanently (between IMAP sessions) saved on articles, in MAILBOX on server in BUFFER."
+  "Return t if FLAG can be permanently (between IMAP sessions) saved on articles, in MAILBOX on server in BUFFER."
   (with-current-buffer (or buffer (current-buffer))
     (or (member "\\*" (imap-mailbox-get 'permanentflags mailbox))
 	(member flag (imap-mailbox-get 'permanentflags mailbox)))))