diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-03 06:30:38 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-03 06:30:38 +0200 |
commit | 740d7e54e14633a0c3628b1ab339e7fb967d7c06 (patch) | |
tree | 0d003554c310d9c373776f7f7bba5f6281697046 /lisp/mh-e | |
parent | 4ef1e4daf5e3569fed748f4487058d68a4c20ae6 (diff) | |
parent | dc3d01a5aff4017ac071bf7f72ab4df493d2b2f6 (diff) | |
download | emacs-740d7e54e14633a0c3628b1ab339e7fb967d7c06.tar.gz emacs-740d7e54e14633a0c3628b1ab339e7fb967d7c06.tar.bz2 emacs-740d7e54e14633a0c3628b1ab339e7fb967d7c06.zip |
Merge from origin/emacs-28
dc3d01a5af CC Mode: Fix a c-backward-token-2 call wrongly jumping bac...
e390396e68 Doc fixes; don't use obsolete names
c85f7c2e8a Don't refer to obsolete alias for insert-char
60ad45c5d2 Don't use obsolete face name in manoj-dark-theme
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 ef0a76b9a49..f011ea47f80 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 |