aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-12-05 19:12:00 +0200
committerEli Zaretskii2023-12-05 19:12:00 +0200
commit71c5f3694fd11caee14e61de1f75306825ade96d (patch)
treeef0cf15b806cd8fb174d44249de4b548e1693003
parent04a39353bae83ddca8312d2dbdf6f47c4fa02b48 (diff)
downloademacs-71c5f3694fd11caee14e61de1f75306825ade96d.tar.gz
emacs-71c5f3694fd11caee14e61de1f75306825ade96d.zip
; Another fix of doc string of 'message-mail-user-agent' (bug#67638).
-rw-r--r--lisp/gnus/message.el13
1 files 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."
1878 :type '(repeat (repeat string))) 1878 :type '(repeat (repeat string)))
1879 1879
1880(defcustom message-mail-user-agent nil 1880(defcustom message-mail-user-agent nil
1881 "Your preferred mail composition package when reading email with message.el. 1881 "Your preferred package for composing and sending email when using message.el.
1882Like `mail-user-agent' (which see), this specifies the mail-sending 1882Like `mail-user-agent' (which see), this specifies the package you prefer
1883package you prefer. 1883to use for composing and sending email messages.
1884The value can be any value accepted by `mail-user-agent', and in 1884The value can be anything accepted by `mail-user-agent', and in addition
1885addition it can be nil or t. If the value is nil, use the Gnus native 1885it can be nil or t. If the value is nil, use the Gnus native Mail User
1886Mail User Agent (MUA); if it is t, use the value of `mail-user-agent'." 1886Agent (MUA); if it is t, use the value of `mail-user-agent'.
1887For more about mail user agents, see Info node `(emacs)Mail Methods'"
1887 :version "22.1" 1888 :version "22.1"
1888 :type '(radio (const :tag "Gnus native" 1889 :type '(radio (const :tag "Gnus native"
1889 :format "%t\n" 1890 :format "%t\n"