Improve docstring of message-sendmail-envelope-from

* lisp/gnus/message.el (message-sendmail-envelope-from): Doc fix.
This commit is contained in:
Stefan Kangas 2023-09-06 22:46:23 +02:00
parent 1a668cda8b
commit d32f00a35b

View file

@ -911,8 +911,10 @@ installations, which are rare these days."
(defcustom message-sendmail-envelope-from
'obey-mail-envelope-from
"Envelope-from when sending mail with sendmail.
If this is nil, use `user-mail-address'. If it is the symbol
`header', use the From: header of the message."
If this is `obey-mail-envelope-from', then use
`mail-envelope-from' to decide what to do. If it is nil, use
`user-mail-address'. If it is the symbol `header', use the
\"From:\" header of the message."
:version "27.1"
:type '(choice (string :tag "From name")
(const :tag "Use From: header from message" header)