aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-01-30 00:51:51 +0000
committerBill Wohler2006-01-30 00:51:51 +0000
commite5d763d804c1bef7c2ae1bb322b60dcb95c7ff9f (patch)
tree92562cbd7f7bf0a5901a9b1d832264d95bea1ade
parent4f3a7d02d5eafad053d26851123f18e387a1eee5 (diff)
downloademacs-e5d763d804c1bef7c2ae1bb322b60dcb95c7ff9f.tar.gz
emacs-e5d763d804c1bef7c2ae1bb322b60dcb95c7ff9f.zip
(mh-after-commands-processed-hook)
(mh-before-commands-processed-hook): Specify what sort of requests in docstring.
-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