From: Bill Wohler Date: Tue, 28 Mar 2006 18:35:15 +0000 (+0000) Subject: * mh-folder.el (mh-execute-commands, mh-rescan-folder): X-Git-Tag: emacs-pretest-22.0.90~3397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=798b73dd09bb5e34eeb175caac8785019be6b1d8;p=emacs.git * mh-folder.el (mh-execute-commands, mh-rescan-folder): * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index bd41310baf1..fa1a9ccf1ff 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2006-03-28 Bill Wohler + + * mh-folder.el (mh-execute-commands, mh-rescan-folder): + * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. + 2006-03-27 Eric Ding * mh-e.el (mh-invisible-header-fields-internal): Add entries diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index b1b8c7d859c..8fb65051a86 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -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." diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index f7abb4cb389..84b04d51c35 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -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)