emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-show.el mh-letter.el mh-fold... [EMACS


From: Glenn Morris
Subject: [Emacs-commit] emacs/lisp/mh-e mh-show.el mh-letter.el mh-fold... [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:19:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:19:28

Modified files:
        lisp/mh-e      : mh-show.el mh-letter.el mh-folder.el 

Log message:
        Replace `iff' in doc-strings and comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-show.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.7.2.1&r2=1.7.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-letter.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.16.2.1&r2=1.16.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-folder.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.14.2.1&r2=1.14.2.2

Patches:
Index: mh-show.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-show.el,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -b -r1.7.2.1 -r1.7.2.2
--- mh-show.el  25 Jul 2007 04:26:38 -0000      1.7.2.1
+++ mh-show.el  8 Aug 2007 07:19:27 -0000       1.7.2.2
@@ -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)

Index: mh-letter.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-letter.el,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -b -r1.16.2.1 -r1.16.2.2
--- mh-letter.el        25 Jul 2007 04:26:38 -0000      1.16.2.1
+++ mh-letter.el        8 Aug 2007 07:19:27 -0000       1.16.2.2
@@ -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)

Index: mh-folder.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-folder.el,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -b -r1.14.2.1 -r1.14.2.2
--- mh-folder.el        25 Jul 2007 04:26:39 -0000      1.14.2.1
+++ mh-folder.el        8 Aug 2007 07:19:27 -0000       1.14.2.2
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]