]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/sending.texi (Mail Sending): Fix index entries.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Feb 2020 09:03:08 +0000 (11:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Feb 2020 09:03:08 +0000 (11:03 +0200)
doc/emacs/sending.texi

index 8d3f96139ffe027fa7b0aa4ecdf20d9eab3ccd34..190549a194e408c5db78468190807e7c64052f1c 100644 (file)
@@ -338,6 +338,7 @@ Send the message, and leave the mail buffer selected (@code{message-send}).
 @kindex C-c C-s @r{(Message mode)}
 @kindex C-c C-c @r{(Message mode)}
 @findex message-send
+@findex message-send-and-exit
 @vindex message-kill-buffer-on-exit
   The usual command to send a message is @kbd{C-c C-c}
 (@code{message-send-and-exit}).  This sends the message and then
@@ -345,7 +346,6 @@ buries the mail buffer, putting it at the lowest priority for
 reselection.  If you want it to kill the mail buffer instead, change
 the variable @code{message-kill-buffer-on-exit} to @code{t}.
 
-@findex message-send-and-exit
   The command @kbd{C-c C-s} (@code{message-send}) sends the message
 and leaves the buffer selected.  Use this command if you want to
 modify the message (perhaps with new recipients) and send it again.