diff options
| author | Eli Zaretskii | 2023-12-05 19:12:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-12-05 19:12:00 +0200 |
| commit | 71c5f3694fd11caee14e61de1f75306825ade96d (patch) | |
| tree | ef0cf15b806cd8fb174d44249de4b548e1693003 | |
| parent | 04a39353bae83ddca8312d2dbdf6f47c4fa02b48 (diff) | |
| download | emacs-71c5f3694fd11caee14e61de1f75306825ade96d.tar.gz emacs-71c5f3694fd11caee14e61de1f75306825ade96d.zip | |
; Another fix of doc string of 'message-mail-user-agent' (bug#67638).
| -rw-r--r-- | lisp/gnus/message.el | 13 |
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. |
| 1882 | Like `mail-user-agent' (which see), this specifies the mail-sending | 1882 | Like `mail-user-agent' (which see), this specifies the package you prefer |
| 1883 | package you prefer. | 1883 | to use for composing and sending email messages. |
| 1884 | The value can be any value accepted by `mail-user-agent', and in | 1884 | The value can be anything accepted by `mail-user-agent', and in addition |
| 1885 | addition it can be nil or t. If the value is nil, use the Gnus native | 1885 | it can be nil or t. If the value is nil, use the Gnus native Mail User |
| 1886 | Mail User Agent (MUA); if it is t, use the value of `mail-user-agent'." | 1886 | Agent (MUA); if it is t, use the value of `mail-user-agent'. |
| 1887 | For 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" |