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-comp.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-comp.el ChangeLog
Date: Thu, 27 Oct 2005 21:39:14 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/28 01:39:14

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

Log message:
        (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-comp.el.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.52&tr2=1.53&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.52 emacs/lisp/mh-e/ChangeLog:1.53
--- emacs/lisp/mh-e/ChangeLog:1.52      Thu Oct 27 22:57:30 2005
+++ emacs/lisp/mh-e/ChangeLog   Fri Oct 28 01:39:14 2005
@@ -1,7 +1,9 @@
 2005-10-27  Bill Wohler  <address@hidden>
 
-       * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc
-       fixes.
+       * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
+       Checkdoc fixes.
+
+       * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
        
        * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file) 
        (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) 
Index: emacs/lisp/mh-e/mh-comp.el
diff -u emacs/lisp/mh-e/mh-comp.el:1.19 emacs/lisp/mh-e/mh-comp.el:1.20
--- emacs/lisp/mh-e/mh-comp.el:1.19     Sun Oct 23 22:34:33 2005
+++ emacs/lisp/mh-e/mh-comp.el  Fri Oct 28 01:39:14 2005
@@ -1089,7 +1089,7 @@
 
 By default, the text of your signature is taken from the file
 \"~/.signature\". You can read from other sources by changing the option
-`mh-signature-file-name'.
+`mh-signature-file-name' or passing in a signature FILE.
 
 A signature separator (\"-- \") will be added if the signature block does not
 contain one and `mh-signature-separator-flag' is on.
@@ -1232,7 +1232,7 @@
 
 ;;;###mh-autoload
 (defun mh-insert-auto-fields (&optional non-interactive)
-  "Insert custom fields if recipient matches `mh-auto-fields-list'.
+  "Insert custom fields if recipient is found in `mh-auto-fields-list'.
 Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted
 something.  If NON-INTERACTIVE is non-nil, do not be verbose and only
 attempt matches if `mh-insert-auto-fields-done-local' is nil.




reply via email to

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