]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/message.el (message-mail-user-agent): Doc fix (bug#67638).
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Dec 2023 14:29:41 +0000 (16:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:12:26 +0000 (20:12 +0100)
lisp/gnus/message.el

index 9e60c21e3d4381e9931ff4cb54921d05d66c8c7b..4bc23c746fec329ffd0edb65555a5e7684cf068c 100644 (file)
@@ -1876,9 +1876,12 @@ downcased."
   :type '(repeat (repeat string)))
 
 (defcustom message-mail-user-agent nil
-  "Like `mail-user-agent'.
-Except if it is nil, use Gnus native MUA; if it is t, use
-`mail-user-agent'."
+  "Your preferred mail composition package when reading email with message.el.
+Like `mail-user-agent' (which see), this specifies the mail-sending
+package you prefer.
+The value can be any value accepted by `mail-user-agent', and in
+addition it can be nil or t.  If the value is nil, use the Gnus native
+Mail User Agent (MUA); if it is t, use the value of `mail-user-agent'."
   :version "22.1"
   :type '(radio (const :tag "Gnus native"
                       :format "%t\n"