* doc/emacs/sending.texi (Mail Sending): Fix index entries.

This commit is contained in:
Eli Zaretskii 2020-02-21 11:03:08 +02:00
parent b410f902d5
commit 2e39fc83bb

View 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-s @r{(Message mode)}
@kindex C-c C-c @r{(Message mode)} @kindex C-c C-c @r{(Message mode)}
@findex message-send @findex message-send
@findex message-send-and-exit
@vindex message-kill-buffer-on-exit @vindex message-kill-buffer-on-exit
The usual command to send a message is @kbd{C-c C-c} The usual command to send a message is @kbd{C-c C-c}
(@code{message-send-and-exit}). This sends the message and then (@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 reselection. If you want it to kill the mail buffer instead, change
the variable @code{message-kill-buffer-on-exit} to @code{t}. 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 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 and leaves the buffer selected. Use this command if you want to
modify the message (perhaps with new recipients) and send it again. modify the message (perhaps with new recipients) and send it again.