# HG changeset patch # User Bill Wohler # Date 1130463554 0 # Node ID ea959f21cde8bfcd62610e5f6122981d55729e7e # Parent 7e10b1cb2a67f87a9a291943b942175f32801ac3 (mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes. diff -r 7e10b1cb2a67 -r ea959f21cde8 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Fri Oct 28 01:25:18 2005 +0000 +++ b/lisp/mh-e/ChangeLog Fri Oct 28 01:39:14 2005 +0000 @@ -1,7 +1,9 @@ 2005-10-27 Bill Wohler - * 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) diff -r 7e10b1cb2a67 -r ea959f21cde8 lisp/mh-e/mh-comp.el --- a/lisp/mh-e/mh-comp.el Fri Oct 28 01:25:18 2005 +0000 +++ b/lisp/mh-e/mh-comp.el Fri Oct 28 01:39:14 2005 +0000 @@ -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.