From: Eli Zaretskii Date: Sun, 22 May 2022 08:17:23 +0000 (+0300) Subject: ; Fix last change X-Git-Tag: emacs-28.1.90~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5ccf2621aa11130d4cf47efc2b8bcde6f6f8be1;p=emacs.git ; Fix last change * doc/emacs/sending.texi (Mail Methods): Fix indexing and markup. (Bug#55569) --- diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index acdae8a2639..cc54224200a 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -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}). @vindex mail-user-agent +@findex define-mail-user-agent 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}, @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{mh-e-user-agent}. Additional options may be available; check 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 in this chapter about the mail buffer and Message mode does not apply;