Mercurial > emacs
changeset 25240:8f2a0f42229b
(mail-specify-envelope-from): Fix quoting of doc string.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 10 Aug 1999 19:35:47 +0000 |
parents | 2903a7401519 |
children | 35674d7c4136 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Tue Aug 10 19:32:33 1999 +0000 +++ b/lisp/mail/sendmail.el Tue Aug 10 19:35:47 1999 +0000 @@ -56,7 +56,7 @@ :group 'sendmail) ;;;###autoload -(defcustom mail-specify-envelope-from t "\ +(defcustom mail-specify-envelope-from t "*If non-nil, specify the envelope-from address when sending mail. The value used to specify it is whatever is found in `user-mail-address'.