aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-28 01:39:14 +0000
committerBill Wohler2005-10-28 01:39:14 +0000
commit3b463df01971a9d594b705a3d8564c432bd0c7ef (patch)
tree84b25682a6231d6098e155fd5501a3e161bd6a87
parent437610c5a213ecc39259a15ca22e188ba10ac33a (diff)
downloademacs-3b463df01971a9d594b705a3d8564c432bd0c7ef.tar.gz
emacs-3b463df01971a9d594b705a3d8564c432bd0c7ef.zip
(mh-insert-signature, mh-insert-auto-fields): Checkdoc fixes.
-rw-r--r--lisp/mh-e/ChangeLog6
-rw-r--r--lisp/mh-e/mh-comp.el4
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 @@
12005-10-27 Bill Wohler <wohler@newt.com> 12005-10-27 Bill Wohler <wohler@newt.com>
2 2
3 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc 3 * mh-comp.el (mh-insert-signature, mh-insert-auto-fields):
4 fixes. 4 Checkdoc fixes.
5
6 * mh-customize.el (mh-compose-insertion, mh-x-face-file): Ditto.
5 7
6 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file) 8 * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file)
7 (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) 9 (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.
1089 1089
1090By default, the text of your signature is taken from the file 1090By default, the text of your signature is taken from the file
1091\"~/.signature\". You can read from other sources by changing the option 1091\"~/.signature\". You can read from other sources by changing the option
1092`mh-signature-file-name'. 1092`mh-signature-file-name' or passing in a signature FILE.
1093 1093
1094A signature separator (\"-- \") will be added if the signature block does not 1094A signature separator (\"-- \") will be added if the signature block does not
1095contain one and `mh-signature-separator-flag' is on. 1095contain one and `mh-signature-separator-flag' is on.
@@ -1232,7 +1232,7 @@ The versions of MH-E, Emacs, and MH are shown."
1232 1232
1233;;;###mh-autoload 1233;;;###mh-autoload
1234(defun mh-insert-auto-fields (&optional non-interactive) 1234(defun mh-insert-auto-fields (&optional non-interactive)
1235 "Insert custom fields if recipient matches `mh-auto-fields-list'. 1235 "Insert custom fields if recipient is found in `mh-auto-fields-list'.
1236Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted 1236Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted
1237something. If NON-INTERACTIVE is non-nil, do not be verbose and only 1237something. If NON-INTERACTIVE is non-nil, do not be verbose and only
1238attempt matches if `mh-insert-auto-fields-done-local' is nil. 1238attempt matches if `mh-insert-auto-fields-done-local' is nil.