mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 00:40:06 +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))
|
message-sendmail-envelope-from))
|
||||||
|
|
||||||
(defcustom message-sendmail-extra-arguments nil
|
(defcustom message-sendmail-extra-arguments nil
|
||||||
"Additional arguments to `sendmail-program'."
|
"Additional arguments to `sendmail-program'.
|
||||||
;; E.g. '("-a" "account") for msmtp
|
A list of strings, e.g. '("-a" "account") for msmtp."
|
||||||
:version "23.1" ;; No Gnus
|
:version "23.1" ;; No Gnus
|
||||||
:type '(repeat string)
|
:type '(repeat string)
|
||||||
;; :link '(custom-manual "(message)Mail Variables")
|
;; :link '(custom-manual "(message)Mail Variables")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue