]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/message.el (message-sendmail-envelope-from): Fix typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Dec 2019 23:10:37 +0000 (18:10 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Dec 2019 23:10:37 +0000 (18:10 -0500)
Reported by David Edmondson <dme@dme.org>.

lisp/gnus/message.el

index e60ea4f0e858ca22039b59a0cf35363d5e82b818..6778f0e661db670d64c502494c488efc186fe2a9 100644 (file)
@@ -861,7 +861,7 @@ If this is nil, use `user-mail-address'.  If it is the symbol
   :version "27.1"
   :type '(choice (string :tag "From name")
                 (const :tag "Use From: header from message" header)
-                (const :tag "Obey `sendmail-envelope-from'"
+                (const :tag "Obey `mail-envelope-from'"
                        obey-mail-envelope-from)
                 (const :tag "Use `user-mail-address'" nil))
   :link '(custom-manual "(message)Mail Variables")