]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify message-sendmail-extra-arguments docstring
authorStefan Kangas <stefankangas@gmail.com>
Tue, 5 May 2020 14:44:02 +0000 (16:44 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 5 May 2020 14:45:26 +0000 (16:45 +0200)
* lisp/gnus/message.el (message-sendmail-extra-arguments): Clarify
docstring.

lisp/gnus/message.el

index adefa0efd65e86779907e54ab2482e0720fc9d8e..5d9473f4437123cb8e790d799248abd7a19e5016 100644 (file)
@@ -873,8 +873,8 @@ If this is nil, use `user-mail-address'.  If it is the symbol
     message-sendmail-envelope-from))
 
 (defcustom message-sendmail-extra-arguments nil
-  "Additional arguments to `sendmail-program'."
-  ;; E.g. '("-a" "account") for msmtp
+  "Additional arguments to `sendmail-program'.
+A list of strings, e.g. '("-a" "account") for msmtp."
   :version "23.1" ;; No Gnus
   :type '(repeat string)
   ;; :link '(custom-manual "(message)Mail Variables")