diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index aebc50f4fae..29a1ae2657e 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -76,7 +76,7 @@ Otherwise, most addresses look like `angles', but they look like :group 'sendmail) (make-obsolete-variable 'mail-from-style - "Only the `angles' value is valid according to RFC2822" "27.1") + "only the `angles' value is valid according to RFC2822." "27.1" 'set) ;;;###autoload (defcustom mail-specify-envelope-from nil |