diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-28 18:35:15 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-28 18:35:15 +0000 |
commit | 798b73dd09bb5e34eeb175caac8785019be6b1d8 (patch) | |
tree | bce0ab64f82a93c3d3a3a6f700310509a70670e8 /lisp/mh-e/mh-funcs.el | |
parent | eba54dd43a129d3cf735b5daa9e809fe3db056fc (diff) | |
download | emacs-798b73dd09bb5e34eeb175caac8785019be6b1d8.tar.gz emacs-798b73dd09bb5e34eeb175caac8785019be6b1d8.tar.bz2 emacs-798b73dd09bb5e34eeb175caac8785019be6b1d8.zip |
* mh-folder.el (mh-execute-commands, mh-rescan-folder):
* mh-funcs.el (mh-pack-folder): Sync docstrings with manual.
Diffstat (limited to 'lisp/mh-e/mh-funcs.el')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |