diff options
| -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 @@ | |||
| 1 | 2005-10-27 Bill Wohler <wohler@newt.com> | 1 | 2005-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 | ||
| 1090 | By default, the text of your signature is taken from the file | 1090 | By 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 | ||
| 1094 | A signature separator (\"-- \") will be added if the signature block does not | 1094 | A signature separator (\"-- \") will be added if the signature block does not |
| 1095 | contain one and `mh-signature-separator-flag' is on. | 1095 | contain 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'. |
| 1236 | Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted | 1236 | Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted |
| 1237 | something. If NON-INTERACTIVE is non-nil, do not be verbose and only | 1237 | something. If NON-INTERACTIVE is non-nil, do not be verbose and only |
| 1238 | attempt matches if `mh-insert-auto-fields-done-local' is nil. | 1238 | attempt matches if `mh-insert-auto-fields-done-local' is nil. |