diff options
author | Glenn Morris <rgm@gnu.org> | 2018-07-02 22:07:08 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-07-02 22:07:08 -0700 |
commit | 40db29fc5562d416a2af6c2a45b9f3f5e6a302db (patch) | |
tree | fa37ca3e1a6c9d267d805349e80d2d7d0623f66b /lisp/mail/sendmail.el | |
parent | c4a93e4892b564e4ba830ef0dae91e2654735cfe (diff) | |
download | emacs-40db29fc5562d416a2af6c2a45b9f3f5e6a302db.tar.gz |
* lisp/mail/sendmail.el (mail-from-style):
Improve obsolescence message.
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 |