]> git.eshelyaron.com Git - emacs.git/commitdiff
; Another fix of doc string of 'message-mail-user-agent' (bug#67638).
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Dec 2023 17:12:00 +0000 (19:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:12:29 +0000 (20:12 +0100)
lisp/gnus/message.el

index 4bc23c746fec329ffd0edb65555a5e7684cf068c..fae7342eb09d787384d00dc83538b8df05d8ab7d 100644 (file)
@@ -1876,12 +1876,13 @@ downcased."
   :type '(repeat (repeat string)))
 
 (defcustom message-mail-user-agent nil
-  "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'."
+  "Your preferred package for composing and sending email when using message.el.
+Like `mail-user-agent' (which see), this specifies the package you prefer
+to use for composing and sending email messages.
+The value can be anything 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'.
+For more about mail user agents, see Info node `(emacs)Mail Methods'"
   :version "22.1"
   :type '(radio (const :tag "Gnus native"
                       :format "%t\n"