aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
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,