From f8e6cd11b34320999aa72886ece3f32b0a8ad897 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Tue, 5 May 2020 21:11:18 -0400 Subject: [PATCH] Fix docstring quoting * lisp/gnus/message.el (message-sendmail-extra-arguments): Fix escaping of quotes in docstring. --- lisp/gnus/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5d9473f4437..cbdd329f3ec 100644 --- 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") -- 2.39.5