From f78880dff3a5db56e838863e7f6cd97c1e481a1e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 5 Dec 2023 16:29:41 +0200 Subject: [PATCH] ; * lisp/gnus/message.el (message-mail-user-agent): Doc fix (bug#67638). --- lisp/gnus/message.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 9e60c21e3d4..4bc23c746fe 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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" -- 2.39.2