emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 d5ccf2621a 2/2: ; Fix last change


From: Eli Zaretskii
Subject: emacs-28 d5ccf2621a 2/2: ; Fix last change
Date: Sun, 22 May 2022 04:18:09 -0400 (EDT)

branch: emacs-28
commit d5ccf2621aa11130d4cf47efc2b8bcde6f6f8be1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change
    
    * doc/emacs/sending.texi (Mail Methods): Fix indexing and markup.
    (Bug#55569)
---
 doc/emacs/sending.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index acdae8a263..cc54224200 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]