mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 08:21:18 +00:00
Clarify message-sendmail-extra-arguments docstring
* lisp/gnus/message.el (message-sendmail-extra-arguments): Clarify docstring.
This commit is contained in:
parent
95fde1a851
commit
f6d6ccc984
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue