From: Glenn Morris Date: Tue, 3 Jul 2018 05:07:08 +0000 (-0700) Subject: * lisp/mail/sendmail.el (mail-from-style): X-Git-Tag: emacs-27.0.90~4726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40db29fc5562d416a2af6c2a45b9f3f5e6a302db;p=emacs.git * lisp/mail/sendmail.el (mail-from-style): Improve obsolescence message. --- 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