]> code.delx.au - gnu-emacs/commitdiff
* mh-folder.el (mh-execute-commands, mh-rescan-folder):
authorBill Wohler <wohler@newt.com>
Tue, 28 Mar 2006 18:35:15 +0000 (18:35 +0000)
committerBill Wohler <wohler@newt.com>
Tue, 28 Mar 2006 18:35:15 +0000 (18:35 +0000)
* mh-funcs.el (mh-pack-folder): Sync docstrings with manual.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-folder.el
lisp/mh-e/mh-funcs.el

index bd41310baf12e08bc7dd376d81186bf38b61619e..fa1a9ccf1ff9cc45105c48b3af03b5807e73b7db 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-28  Bill Wohler  <wohler@newt.com>
+
+       * mh-folder.el (mh-execute-commands, mh-rescan-folder): 
+       * mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
+
 2006-03-27  Eric Ding  <ericding@alum.mit.edu>
 
        * mh-e.el (mh-invisible-header-fields-internal): Add entries
index b1b8c7d859cc7d2d904a5a39a1166185070c4b0d..8fb65051a8615bef6d4c9f49765da14500efd1ec 100644 (file)
@@ -722,7 +722,7 @@ Many MH-E commands that may affect the numbering of the
 messages (such as \\[mh-rescan-folder] or \\[mh-pack-folder])
 will ask if you want to process refiles or deletes first and then
 either run this command for you or undo the pending refiles and
-deletes, which are lost.
+deletes.
 
 This function runs `mh-before-commands-processed-hook' before the
 commands are processed and `mh-after-commands-processed-hook'
@@ -1130,7 +1130,7 @@ interactive use.
 
 This command will ask if you want to process refiles or deletes first
 and then either run \\[mh-execute-commands] for you or undo the
-pending refiles and deletes, which are lost.
+pending refiles and deletes.
 
 In a program, the processing of outstanding commands is not performed
 if DONT-EXEC-PENDING is non-nil."
index f7abb4cb38923fd81aa366b091561fad92df2f64..84b04d51c3575bc855ed10a6c7ff62b69f1e474b 100644 (file)
@@ -170,7 +170,7 @@ in interactive use.
 
 This command will ask if you want to process refiles or deletes
 first and then either run \\[mh-execute-commands] for you or undo
-the pending refiles and deletes, which are lost."
+the pending refiles and deletes."
   (interactive (list (if current-prefix-arg
                          (mh-read-range "Scan" mh-current-folder t nil t
                                         mh-interpret-number-as-range-flag)