Clarify message-sendmail-extra-arguments docstring
* lisp/gnus/message.el (message-sendmail-extra-arguments): Clarify docstring.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user