From 40db29fc5562d416a2af6c2a45b9f3f5e6a302db Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 2 Jul 2018 22:07:08 -0700 Subject: [PATCH] * lisp/mail/sendmail.el (mail-from-style): Improve obsolescence message. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5