Fix docstring quoting

* lisp/gnus/message.el (message-sendmail-extra-arguments): Fix
escaping of quotes in docstring.
This commit is contained in:
Noam Postavsky 2020-05-05 21:11:18 -04:00
parent 1e09364d67
commit f8e6cd11b3

View file

@ -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")