diff options
author | Bill Wohler <wohler@newt.com> | 2005-10-28 01:39:14 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-10-28 01:39:14 +0000 |
commit | 3b463df01971a9d594b705a3d8564c432bd0c7ef (patch) | |
tree | 84b25682a6231d6098e155fd5501a3e161bd6a87 /lisp | |
parent | 437610c5a213ecc39259a15ca22e188ba10ac33a (diff) | |
download | emacs-3b463df01971a9d594b705a3d8564c432bd0c7ef.tar.gz |
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mh-e/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/mh-e/mh-comp.el | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 76ca6927614..96f743b10ba 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,7 +1,9 @@ 2005-10-27 Bill Wohler <wohler@newt.com> - * 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 --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index be39bd4c528..4b670bdd825 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -1089,7 +1089,7 @@ This command inserts your signature at the current cursor location. 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 @@ The versions of MH-E, Emacs, and MH are shown." ;;;###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. |