emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el
Date: Mon, 30 Jan 2006 00:51:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/30 00:51:51

Modified files:
        lisp/mh-e      : mh-e.el 

Log message:
        (mh-after-commands-processed-hook)
        (mh-before-commands-processed-hook): Specify what sort of requests in
        docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.58&tr2=1.59&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.58 emacs/lisp/mh-e/mh-e.el:1.59
--- emacs/lisp/mh-e/mh-e.el:1.58        Sun Jan 29 19:34:56 2006
+++ emacs/lisp/mh-e/mh-e.el     Mon Jan 30 00:51:51 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]