diff options
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e60ea4f0e85..6778f0e661d 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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") |