Fix reference to 'message-send-and-exit' in Emacs manual

Most of the manual here addresses Message mode, and C-c C-c directly
above cites the Message mode command, not the Mail mode command.

* doc/emacs/sending.texi (Mail Sending): Fix reference.  (Bug#39639)
This commit is contained in:
Allen Li 2020-02-16 23:45:05 -08:00 committed by Eli Zaretskii
parent cd6a9b8f65
commit ac0546612d

View file

@ -340,7 +340,7 @@ Send the message, and leave the mail buffer selected (@code{message-send}).
@findex message-send
@vindex message-kill-buffer-on-exit
The usual command to send a message is @kbd{C-c C-c}
(@code{mail-send-and-exit}). This sends the message and then
(@code{message-send-and-exit}). This sends the message and then
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}.