changeset 78479:40ee7ed1bfea

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:19:27 +0000
parents 9be0065cc757
children 55747d9486bf
files lisp/mh-e/mh-folder.el lisp/mh-e/mh-letter.el lisp/mh-e/mh-show.el
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-folder.el	Wed Aug 08 07:18:57 2007 +0000
+++ b/lisp/mh-e/mh-folder.el	Wed Aug 08 07:19:27 2007 +0000
@@ -1495,7 +1495,7 @@
 
 (defun mh-update-unseen ()
   "Synchronize the unseen sequence with MH.
-Return non-nil iff the MH folder was set.
+Return non-nil if the MH folder was set.
 The hook `mh-unseen-updated-hook' is called after the unseen sequence
 is updated."
   (if mh-seen-list
--- a/lisp/mh-e/mh-letter.el	Wed Aug 08 07:18:57 2007 +0000
+++ b/lisp/mh-e/mh-letter.el	Wed Aug 08 07:19:27 2007 +0000
@@ -844,7 +844,7 @@
 (defun mh-position-on-field (field &optional ignored)
   "Move to the end of the FIELD in the header.
 Move to end of entire header if FIELD not found.
-Returns non-nil iff FIELD was found.
+Returns non-nil if FIELD was found.
 The optional second arg is for pre-version 4 compatibility and is
 IGNORED."
   (cond ((mh-goto-header-field field)
--- a/lisp/mh-e/mh-show.el	Wed Aug 08 07:18:57 2007 +0000
+++ b/lisp/mh-e/mh-show.el	Wed Aug 08 07:19:27 2007 +0000
@@ -161,7 +161,7 @@
 (defun mh-showing-mode (&optional arg)
   "Change whether messages should be displayed.
 
-With ARG, display messages iff ARG is positive."
+With ARG, display messages if ARG is positive, otherwise don't display them."
   (setq mh-showing-mode
         (if (null arg)
             (not mh-showing-mode)