diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-02 10:38:57 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-02 11:59:57 +0200 |
commit | e390396e684c99b4b0b27aa2e0bc1822d8854550 (patch) | |
tree | ff1fbf8703bcc33e0c1341d13b1024edd97bc597 /lisp/mh-e | |
parent | c85f7c2e8ae6a0c3661f4483cc795a08ebca7c1e (diff) | |
download | emacs-e390396e684c99b4b0b27aa2e0bc1822d8854550.tar.gz emacs-e390396e684c99b4b0b27aa2e0bc1822d8854550.tar.bz2 emacs-e390396e684c99b4b0b27aa2e0bc1822d8854550.zip |
Doc fixes; don't use obsolete names
* etc/compilation.txt:
* lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete
names.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 8a8922b77c7..ccb1688510c 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -95,9 +95,9 @@ RANGE is read in interactive use." Remove all of the messages (files) within the current folder, and then remove the folder (directory) itself. -Run the abnormal hook `mh-kill-folder-suppress-prompt-hooks'. The -hook functions are called with no arguments and should return a -non-nil value to suppress the normal prompt when you remove a +Run the abnormal hook `mh-kill-folder-suppress-prompt-functions'. +The hook functions are called with no arguments and should return +a non-nil value to suppress the normal prompt when you remove a folder. This is useful for folders that are easily regenerated." (interactive) (if (or (run-hook-with-args-until-success |