# HG changeset patch # User Bill Wohler # Date 1143570915 0 # Node ID 3981e84d0b79ca8806d49950f67e6abc730c6b44 # Parent 8b57bfa668ebafa8a554ef19d0af8bd9fed993db * mh-folder.el (mh-execute-commands, mh-rescan-folder): * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. diff -r 8b57bfa668eb -r 3981e84d0b79 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Tue Mar 28 12:04:20 2006 +0000 +++ b/lisp/mh-e/ChangeLog Tue Mar 28 18:35:15 2006 +0000 @@ -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 -r 8b57bfa668eb -r 3981e84d0b79 lisp/mh-e/mh-folder.el --- a/lisp/mh-e/mh-folder.el Tue Mar 28 12:04:20 2006 +0000 +++ b/lisp/mh-e/mh-folder.el Tue Mar 28 18:35:15 2006 +0000 @@ -722,7 +722,7 @@ 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 @@ 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 -r 8b57bfa668eb -r 3981e84d0b79 lisp/mh-e/mh-funcs.el --- a/lisp/mh-e/mh-funcs.el Tue Mar 28 12:04:20 2006 +0000 +++ b/lisp/mh-e/mh-funcs.el Tue Mar 28 18:35:15 2006 +0000 @@ -170,7 +170,7 @@ 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)