Fix docstring quoting
* lisp/gnus/message.el (message-sendmail-extra-arguments): Fix escaping of quotes in docstring.
This commit is contained in:
parent
1e09364d67
commit
f8e6cd11b3
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ If this is nil, use `user-mail-address'. If it is the symbol
|
|||
|
||||
(defcustom message-sendmail-extra-arguments nil
|
||||
"Additional arguments to `sendmail-program'.
|
||||
A list of strings, e.g. '("-a" "account") for msmtp."
|
||||
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