projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e09364
)
Fix docstring quoting
author
Noam Postavsky
<npostavs@gmail.com>
Wed, 6 May 2020 01:11:18 +0000
(21:11 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Wed, 6 May 2020 01:13:31 +0000
(21:13 -0400)
* lisp/gnus/message.el (message-sendmail-extra-arguments): Fix
escaping of quotes in docstring.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 5d9473f4437123cb8e790d799248abd7a19e5016..cbdd329f3ec1e12a0efd17eff9cf1bce1b5ccd50 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-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")