; Fix last change
* doc/emacs/sending.texi (Mail Methods): Fix indexing and markup. (Bug#55569)
This commit is contained in:
parent
f1c1fd7184
commit
d5ccf2621a
1 changed files with 3 additions and 1 deletions
|
@ -659,6 +659,7 @@ such as MIME support. Another available mode is MH-E
|
||||||
(@pxref{Top,,MH-E,mh-e, The Emacs Interface to MH}).
|
(@pxref{Top,,MH-E,mh-e, The Emacs Interface to MH}).
|
||||||
|
|
||||||
@vindex mail-user-agent
|
@vindex mail-user-agent
|
||||||
|
@findex define-mail-user-agent
|
||||||
You can choose any of these @dfn{mail user agents} as your preferred
|
You can choose any of these @dfn{mail user agents} as your preferred
|
||||||
method for editing and sending mail. The commands @kbd{C-x m},
|
method for editing and sending mail. The commands @kbd{C-x m},
|
||||||
@kbd{C-x 4 m} and @kbd{C-x 5 m} use whichever agent you have
|
@kbd{C-x 4 m} and @kbd{C-x 5 m} use whichever agent you have
|
||||||
|
@ -669,7 +670,8 @@ values include @code{message-user-agent} (Message mode)
|
||||||
@code{sendmail-user-agent} (Mail mode), @code{gnus-user-agent}, and
|
@code{sendmail-user-agent} (Mail mode), @code{gnus-user-agent}, and
|
||||||
@code{mh-e-user-agent}. Additional options may be available; check
|
@code{mh-e-user-agent}. Additional options may be available; check
|
||||||
in the manual of your mail user agent package for details. You may
|
in the manual of your mail user agent package for details. You may
|
||||||
also define another mail user agent using `define-mail-user-agent'.
|
also define another mail user agent using
|
||||||
|
@code{define-mail-user-agent}.
|
||||||
|
|
||||||
If you select a different mail-composition method, the information
|
If you select a different mail-composition method, the information
|
||||||
in this chapter about the mail buffer and Message mode does not apply;
|
in this chapter about the mail buffer and Message mode does not apply;
|
||||||
|
|
Loading…
Add table
Reference in a new issue