]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/sendmail.el (mail-from-style):
authorGlenn Morris <rgm@gnu.org>
Tue, 3 Jul 2018 05:07:08 +0000 (22:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 3 Jul 2018 05:07:08 +0000 (22:07 -0700)
Improve obsolescence message.

lisp/mail/sendmail.el

index aebc50f4fae7458166fbf9c6dab92ed54fd56af5..29a1ae2657ef93f0b4bb153976ed3dc45544fed4 100644 (file)
@@ -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