From 71c5f3694fd11caee14e61de1f75306825ade96d Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Tue, 5 Dec 2023 19:12:00 +0200
Subject: [PATCH] ; Another fix of doc string of 'message-mail-user-agent'
 (bug#67638).

---
 lisp/gnus/message.el | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 646d4427941..615d24cbc2e 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -1878,12 +1878,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"
-- 
2.39.5