# HG changeset patch # User Bill Wohler # Date 1138582311 0 # Node ID fef251da6e07e883eb818b788b2c4c37b35bf231 # Parent 07c20c57ee3d503efb582859469342880da20e71 (mh-after-commands-processed-hook) (mh-before-commands-processed-hook): Specify what sort of requests in docstring. diff -r 07c20c57ee3d -r fef251da6e07 lisp/mh-e/mh-e.el --- 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-execute-commands] after performing outstanding requests. + "Hook run by \\\\[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-execute-commands] before performing outstanding requests. + "Hook run by \\\\[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