Mercurial > emacs
comparison lisp/mh-e/mh-e.el @ 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 | 37d03b3298bf |
children | d5026c3051b9 |
comparison
equal
deleted
inserted
replaced
68474:07c20c57ee3d | 68475:fef251da6e07 |
---|---|
2758 | 2758 |
2759 | 2759 |
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 |
2765 Variables that are useful in this hook include | 2765 Variables 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 |
2767 deletes and refiles. This list will always include the current | 2767 deletes and refiles. This list will always include the current |
2768 folder, which is also available in `mh-current-folder'." | 2768 folder, which is also available in `mh-current-folder'." |
2775 :type 'hook | 2775 :type 'hook |
2776 :group 'mh-hooks | 2776 :group 'mh-hooks |
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 |
2782 Variables that are useful in this hook include `mh-delete-list' | 2782 Variables that are useful in this hook include `mh-delete-list' |
2783 and `mh-refile-list' which can be used to see which changes will | 2783 and `mh-refile-list' which can be used to see which changes will |
2784 be made to the current folder, `mh-current-folder'." | 2784 be made to the current folder, `mh-current-folder'." |
2785 :type 'hook | 2785 :type 'hook |