; Another fix of doc string of 'message-mail-user-agent' (bug#67638).
This commit is contained in:
parent
04a39353ba
commit
71c5f3694f
1 changed files with 7 additions and 6 deletions
|
@ -1878,12 +1878,13 @@ downcased."
|
||||||
:type '(repeat (repeat string)))
|
:type '(repeat (repeat string)))
|
||||||
|
|
||||||
(defcustom message-mail-user-agent nil
|
(defcustom message-mail-user-agent nil
|
||||||
"Your preferred mail composition package when reading email with message.el.
|
"Your preferred package for composing and sending email when using message.el.
|
||||||
Like `mail-user-agent' (which see), this specifies the mail-sending
|
Like `mail-user-agent' (which see), this specifies the package you prefer
|
||||||
package you prefer.
|
to use for composing and sending email messages.
|
||||||
The value can be any value accepted by `mail-user-agent', and in
|
The value can be anything accepted by `mail-user-agent', and in addition
|
||||||
addition it can be nil or t. If the value is nil, use the Gnus native
|
it can be nil or t. If the value is nil, use the Gnus native Mail User
|
||||||
Mail User Agent (MUA); if it is t, use the value of `mail-user-agent'."
|
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"
|
:version "22.1"
|
||||||
:type '(radio (const :tag "Gnus native"
|
:type '(radio (const :tag "Gnus native"
|
||||||
:format "%t\n"
|
:format "%t\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue