Clarify message-sendmail-extra-arguments docstring

* lisp/gnus/message.el (message-sendmail-extra-arguments): Clarify
docstring.
This commit is contained in:
Stefan Kangas 2020-05-05 16:44:02 +02:00
parent 95fde1a851
commit f6d6ccc984

View file

@ -873,8 +873,8 @@ If this is nil, use `user-mail-address'. If it is the symbol
message-sendmail-envelope-from))
(defcustom message-sendmail-extra-arguments nil
"Additional arguments to `sendmail-program'."
;; E.g. '("-a" "account") for msmtp
"Additional arguments to `sendmail-program'.
A list of strings, e.g. '("-a" "account") for msmtp."
:version "23.1" ;; No Gnus
:type '(repeat string)
;; :link '(custom-manual "(message)Mail Variables")