diff options
| author | Robert Pluim | 2019-05-13 16:45:16 -0400 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-05-13 16:46:27 -0400 |
| commit | 2ecb7c5c0bc7c74df0751bbd3824de4aec8ed467 (patch) | |
| tree | 1f3c54e12c6a20aa8e36324da14dcab22dc596e9 /lisp/mail | |
| parent | cd5b0538c5ba1b4bb243897de0e1dbea3fad0637 (diff) | |
| download | emacs-2ecb7c5c0bc7c74df0751bbd3824de4aec8ed467.tar.gz emacs-2ecb7c5c0bc7c74df0751bbd3824de4aec8ed467.zip | |
Document nil value of message-signature and mail-signature
* lisp/gnus/message.el (message-signature): Allow nil as a
customizable value, and describe its effect.
* lisp/mail/sendmail.el (mail-signature): Describe effect of nil
value (bug#32680).
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 93b6c90521b..208ebb68017 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -370,6 +370,7 @@ By default, this is the file specified by `mail-personal-alias-file'." t) | |||
| 370 | ;;;###autoload | 370 | ;;;###autoload |
| 371 | (defcustom mail-signature t | 371 | (defcustom mail-signature t |
| 372 | "Text inserted at end of mail buffer when a message is initialized. | 372 | "Text inserted at end of mail buffer when a message is initialized. |
| 373 | If nil, no signature is inserted. | ||
| 373 | If t, it means to insert the contents of the file `mail-signature-file'. | 374 | If t, it means to insert the contents of the file `mail-signature-file'. |
| 374 | If a string, that string is inserted. | 375 | If a string, that string is inserted. |
| 375 | (To make a proper signature, the string should begin with \\n\\n-- \\n, | 376 | (To make a proper signature, the string should begin with \\n\\n-- \\n, |