diff options
| author | Bill Wohler | 2006-03-28 18:35:15 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-03-28 18:35:15 +0000 |
| commit | 798b73dd09bb5e34eeb175caac8785019be6b1d8 (patch) | |
| tree | bce0ab64f82a93c3d3a3a6f700310509a70670e8 | |
| parent | eba54dd43a129d3cf735b5daa9e809fe3db056fc (diff) | |
| download | emacs-798b73dd09bb5e34eeb175caac8785019be6b1d8.tar.gz emacs-798b73dd09bb5e34eeb175caac8785019be6b1d8.zip | |
* mh-folder.el (mh-execute-commands, mh-rescan-folder):
* mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-folder.el | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 |
3 files changed, 8 insertions, 3 deletions
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 @@ | |||
| 1 | 2006-03-28 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-folder.el (mh-execute-commands, mh-rescan-folder): | ||
| 4 | * mh-funcs.el (mh-pack-folder): Sync docstrings with manual. | ||
| 5 | |||
| 1 | 2006-03-27 Eric Ding <ericding@alum.mit.edu> | 6 | 2006-03-27 Eric Ding <ericding@alum.mit.edu> |
| 2 | 7 | ||
| 3 | * mh-e.el (mh-invisible-header-fields-internal): Add entries | 8 | * 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 | |||
| 722 | messages (such as \\[mh-rescan-folder] or \\[mh-pack-folder]) | 722 | messages (such as \\[mh-rescan-folder] or \\[mh-pack-folder]) |
| 723 | will ask if you want to process refiles or deletes first and then | 723 | will ask if you want to process refiles or deletes first and then |
| 724 | either run this command for you or undo the pending refiles and | 724 | either run this command for you or undo the pending refiles and |
| 725 | deletes, which are lost. | 725 | deletes. |
| 726 | 726 | ||
| 727 | This function runs `mh-before-commands-processed-hook' before the | 727 | This function runs `mh-before-commands-processed-hook' before the |
| 728 | commands are processed and `mh-after-commands-processed-hook' | 728 | commands are processed and `mh-after-commands-processed-hook' |
| @@ -1130,7 +1130,7 @@ interactive use. | |||
| 1130 | 1130 | ||
| 1131 | This command will ask if you want to process refiles or deletes first | 1131 | This command will ask if you want to process refiles or deletes first |
| 1132 | and then either run \\[mh-execute-commands] for you or undo the | 1132 | and then either run \\[mh-execute-commands] for you or undo the |
| 1133 | pending refiles and deletes, which are lost. | 1133 | pending refiles and deletes. |
| 1134 | 1134 | ||
| 1135 | In a program, the processing of outstanding commands is not performed | 1135 | In a program, the processing of outstanding commands is not performed |
| 1136 | if DONT-EXEC-PENDING is non-nil." | 1136 | 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. | |||
| 170 | 170 | ||
| 171 | This command will ask if you want to process refiles or deletes | 171 | This command will ask if you want to process refiles or deletes |
| 172 | first and then either run \\[mh-execute-commands] for you or undo | 172 | first and then either run \\[mh-execute-commands] for you or undo |
| 173 | the pending refiles and deletes, which are lost." | 173 | the pending refiles and deletes." |
| 174 | (interactive (list (if current-prefix-arg | 174 | (interactive (list (if current-prefix-arg |
| 175 | (mh-read-range "Scan" mh-current-folder t nil t | 175 | (mh-read-range "Scan" mh-current-folder t nil t |
| 176 | mh-interpret-number-as-range-flag) | 176 | mh-interpret-number-as-range-flag) |