aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRobert Pluim2019-05-13 16:45:16 -0400
committerLars Ingebrigtsen2019-05-13 16:46:27 -0400
commit2ecb7c5c0bc7c74df0751bbd3824de4aec8ed467 (patch)
tree1f3c54e12c6a20aa8e36324da14dcab22dc596e9 /lisp/mail
parentcd5b0538c5ba1b4bb243897de0e1dbea3fad0637 (diff)
downloademacs-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.el1
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.
373If nil, no signature is inserted.
373If t, it means to insert the contents of the file `mail-signature-file'. 374If t, it means to insert the contents of the file `mail-signature-file'.
374If a string, that string is inserted. 375If 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,