aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-folder.el2
-rw-r--r--lisp/mh-e/mh-letter.el2
-rw-r--r--lisp/mh-e/mh-show.el2
-rw-r--r--lisp/url/ChangeLog5
4 files changed, 8 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el
index 63d55459cf4..42abad4536a 100644
--- a/lisp/mh-e/mh-folder.el
+++ b/lisp/mh-e/mh-folder.el
@@ -1495,7 +1495,7 @@ function doesn't recenter the folder buffer."
1495 1495
1496(defun mh-update-unseen () 1496(defun mh-update-unseen ()
1497 "Synchronize the unseen sequence with MH. 1497 "Synchronize the unseen sequence with MH.
1498Return non-nil iff the MH folder was set. 1498Return non-nil if the MH folder was set.
1499The hook `mh-unseen-updated-hook' is called after the unseen sequence 1499The hook `mh-unseen-updated-hook' is called after the unseen sequence
1500is updated." 1500is updated."
1501 (if mh-seen-list 1501 (if mh-seen-list
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el
index c70c9d8c7e4..7b2cab77d04 100644
--- a/lisp/mh-e/mh-letter.el
+++ b/lisp/mh-e/mh-letter.el
@@ -844,7 +844,7 @@ body."
844(defun mh-position-on-field (field &optional ignored) 844(defun mh-position-on-field (field &optional ignored)
845 "Move to the end of the FIELD in the header. 845 "Move to the end of the FIELD in the header.
846Move to end of entire header if FIELD not found. 846Move to end of entire header if FIELD not found.
847Returns non-nil iff FIELD was found. 847Returns non-nil if FIELD was found.
848The optional second arg is for pre-version 4 compatibility and is 848The optional second arg is for pre-version 4 compatibility and is
849IGNORED." 849IGNORED."
850 (cond ((mh-goto-header-field field) 850 (cond ((mh-goto-header-field field)
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index d3b93ca65ab..4e1a19c3a06 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -161,7 +161,7 @@ displayed."
161(defun mh-showing-mode (&optional arg) 161(defun mh-showing-mode (&optional arg)
162 "Change whether messages should be displayed. 162 "Change whether messages should be displayed.
163 163
164With ARG, display messages iff ARG is positive." 164With ARG, display messages if ARG is positive, otherwise don't display them."
165 (setq mh-showing-mode 165 (setq mh-showing-mode
166 (if (null arg) 166 (if (null arg)
167 (not mh-showing-mode) 167 (not mh-showing-mode)
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index ef18be7403d..da5410fe600 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,8 @@
12007-08-08 Glenn Morris <rgm@gnu.org>
2
3 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el:
4 Replace `iff' in doc-strings and comments.
5
12007-07-25 Glenn Morris <rgm@gnu.org> 62007-07-25 Glenn Morris <rgm@gnu.org>
2 7
3 * Relicense all FSF files to GPLv3 or later. 8 * Relicense all FSF files to GPLv3 or later.