aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-e.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 3953ddd6c67..f1ee071fad2 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -2760,7 +2760,7 @@ default tool bar."
2760;;; Hooks (:group 'mh-hooks + group where hook described) 2760;;; Hooks (:group 'mh-hooks + group where hook described)
2761 2761
2762(defcustom mh-after-commands-processed-hook nil 2762(defcustom mh-after-commands-processed-hook nil
2763 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding requests. 2763 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] after performing outstanding refile and delete requests.
2764 2764
2765Variables that are useful in this hook include 2765Variables that are useful in this hook include
2766`mh-folders-changed', which lists which folders were affected by 2766`mh-folders-changed', which lists which folders were affected by
@@ -2777,7 +2777,7 @@ folder, which is also available in `mh-current-folder'."
2777 :group 'mh-alias) 2777 :group 'mh-alias)
2778 2778
2779(defcustom mh-before-commands-processed-hook nil 2779(defcustom mh-before-commands-processed-hook nil
2780 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding requests. 2780 "Hook run by \\<mh-folder-mode-map>\\[mh-execute-commands] before performing outstanding refile and delete requests.
2781 2781
2782Variables that are useful in this hook include `mh-delete-list' 2782Variables that are useful in this hook include `mh-delete-list'
2783and `mh-refile-list' which can be used to see which changes will 2783and `mh-refile-list' which can be used to see which changes will