diff options
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, |