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: Fri, 01 Aug 2008 04:41:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Bill Wohler <wohler>    08/08/01 04:41:01

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

Log message:
        (mh-annotate-msg-hook): Sync docstring with manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-e.el?cvsroot=emacs&r1=1.126&r2=1.127

Patches:
Index: mh-e.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- mh-e.el     29 Jun 2008 03:06:11 -0000      1.126
+++ mh-e.el     1 Aug 2008 04:41:00 -0000       1.127
@@ -3081,9 +3081,10 @@
   :package-version '(MH-E . "8.0"))
 
 (defcustom-mh mh-annotate-msg-hook nil
-  "Hook run by `mh-annotate-msg' after annotation.
-Variables that are useful in this hook include `mh-current-folder',
-the current folder, and `mh-annotate-list', the messages annotated."
+  "Hook run whenever a message is sent and after the scan lines and message 
are annotated.
+Hook functions can access the current folder name with
+`mh-current-folder' and obtain the message numbers of the
+annotated messages with `mh-annotate-list'."
   :type 'hook
   :group 'mh-hooks
   :group 'mh-sending-mail




reply via email to

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