summaryrefslogtreecommitdiff
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2009-01-27 06:42:11 +0000
committerBill Wohler <wohler@newt.com>2009-01-27 06:42:11 +0000
commit2f4029e867a6e8d842d5776698fd8c0e3ea84b8b (patch)
tree3fde8387d2c785b01595c6606cd60e3e7312cccd /lisp/mh-e
parent55f56e6aedad12d2eb8d2dec182f0a587b279100 (diff)
downloademacs-2f4029e867a6e8d842d5776698fd8c0e3ea84b8b.tar.gz
(mh-pack-folder): Fix docstring.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-funcs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 38ae1186ed5..3857faeaed0 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -171,8 +171,8 @@ 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.
-The hook `mh-pack-folder-hook' is run after annotating; see its
-documentation for variables it can use."
+The hook `mh-pack-folder-hook' is run after the folder is packed;
+see its documentation for variables it can use."
(interactive (list (if current-prefix-arg
(mh-read-range "Scan" mh-current-folder t nil t
mh-interpret-number-as-range-flag)