From: Bill Wohler Date: Thu, 13 Oct 2022 16:49:55 +0000 (-0700) Subject: ; Continued cleanup of "-hooks" X-Git-Tag: emacs-28.3-rc1~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85e47d9a9e809b7278fa6dc282ecb4a7a8f54690;p=emacs.git ; Continued cleanup of "-hooks" * doc/misc/mh-e.texi: Replace mh-kill-folder-suppress-prompt-hook with mh-kill-folder-suppress-prompt-functions. --- diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index ed5c64bb478..3901974ede8 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -3120,7 +3120,7 @@ retracted---without question@footnote{In previous versions of MH-E, this option suppressed the confirmation in @code{mh-kill-folder}. Since this kept most users from setting this option, @code{mh-kill-folder} was modified in version 6.0 to always ask for -confirmation subject to @code{mh-kill-folder-suppress-prompt-hook}. +confirmation subject to @code{mh-kill-folder-suppress-prompt-functions}. @xref{Folders}.}. @cindex MH-Folder mode @@ -3402,7 +3402,7 @@ Hook run by q before quitting MH-E (default: @code{nil}). Hook run by @code{mh-folder-mode} when visiting a new folder (default: @code{nil}). @c ------------------------- -@item mh-kill-folder-suppress-prompt-hook +@item mh-kill-folder-suppress-prompt-functions Abnormal hook run at the beginning of @code{mh-kill-folder} (default: @code{'mh-search-p}). @c -------------------------