changeset 78477:0092d723fe35

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:18:14 +0000
parents 4f90f1cb8ef0
children 9be0065cc757
files lisp/mail/mspools.el lisp/mail/rmail.el
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mspools.el	Wed Aug 08 07:17:27 2007 +0000
+++ b/lisp/mail/mspools.el	Wed Aug 08 07:18:14 2007 +0000
@@ -398,7 +398,7 @@
     ))
 
 (defun mspools-size-folder (spool)
-  "Return (SPOOL . SIZE ) iff SIZE of spool file is non-zero."
+  "Return (SPOOL . SIZE ), if SIZE of spool file is non-zero."
   ;; 7th file attribute is the size of the file in bytes.
   (let ((file (concat mspools-folder-directory spool))
 	size)
--- a/lisp/mail/rmail.el	Wed Aug 08 07:17:27 2007 +0000
+++ b/lisp/mail/rmail.el	Wed Aug 08 07:18:14 2007 +0000
@@ -3992,13 +3992,13 @@
 	    (mail-position-on-field (if resending "Resent-To" "To") t))))))
 
 (defun rmail-summary-exists ()
-  "Non-nil iff in an RMAIL buffer and an associated summary buffer exists.
+  "Non-nil if in an RMAIL buffer and an associated summary buffer exists.
 In fact, the non-nil value returned is the summary buffer itself."
   (and rmail-summary-buffer (buffer-name rmail-summary-buffer)
        rmail-summary-buffer))
 
 (defun rmail-summary-displayed ()
-  "t iff in RMAIL buffer and an associated summary buffer is displayed."
+  "t if in RMAIL buffer and an associated summary buffer is displayed."
   (and rmail-summary-buffer (get-buffer-window rmail-summary-buffer)))
 
 (defcustom rmail-redisplay-summary nil