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