changeset 68475:fef251da6e07

(mh-after-commands-processed-hook) (mh-before-commands-processed-hook): Specify what sort of requests in docstring.
author Bill Wohler <wohler@newt.com>
date Mon, 30 Jan 2006 00:51:51 +0000
parents 07c20c57ee3d
children a58223a143bc
files lisp/mh-e/mh-e.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Mon Jan 30 00:50:49 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Mon Jan 30 00:51:51 2006 +0000
@@ -2760,7 +2760,7 @@
 ;;; 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 @@
   :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