]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 May 2022 08:17:23 +0000 (11:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 May 2022 08:17:23 +0000 (11:17 +0300)
* doc/emacs/sending.texi (Mail Methods): Fix indexing and markup.
(Bug#55569)

doc/emacs/sending.texi

index acdae8a2639df7091d18e15ef28fc55200547fe2..cc54224200a701a59f82a4a10edab1eb8fc275dc 100644 (file)
@@ -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;