mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(mh-after-commands-processed-hook)
(mh-before-commands-processed-hook): Specify what sort of requests in docstring.
This commit is contained in:
parent
4f3a7d02d5
commit
e5d763d804
1 changed files with 2 additions and 2 deletions
|
|
@ -2760,7 +2760,7 @@ default tool bar."
|
|||
;;; Hooks (:group 'mh-hooks + group where hook described)
|
||||
|
||||
(defcustom mh-after-commands-processed-hook nil
|
||||
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding requests.
|
||||
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding refile and delete requests.
|
||||
|
||||
Variables that are useful in this hook include
|
||||
`mh-folders-changed', which lists which folders were affected by
|
||||
|
|
@ -2777,7 +2777,7 @@ folder, which is also available in `mh-current-folder'."
|
|||
:group 'mh-alias)
|
||||
|
||||
(defcustom mh-before-commands-processed-hook nil
|
||||
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding requests.
|
||||
"Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding refile and delete requests.
|
||||
|
||||
Variables that are useful in this hook include `mh-delete-list'
|
||||
and `mh-refile-list' which can be used to see which changes will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue