From 6c8921957979c22195732954a95a97c4913d0eae Mon Sep 17 00:00:00 2001 From: Allen Li Date: Sun, 16 Feb 2020 23:45:05 -0800 Subject: [PATCH 1/2] Fix reference to message-send-and-exit 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 --- doc/emacs/sending.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 283a59a291..246d6052e0 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -340,7 +340,7 @@ Mail Sending @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}. -- 2.25.0