aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Li2020-02-16 23:45:05 -0800
committerEli Zaretskii2020-02-21 10:58:46 +0200
commitac0546612d3e8a6360a756f42d74e7351eb26dff (patch)
tree715c18163dcf2816f08bbe668f8f365c4fcf6521
parentcd6a9b8f65c10c7f956c6b17fd3f806b61bb3199 (diff)
downloademacs-ac0546612d3e8a6360a756f42d74e7351eb26dff.tar.gz
emacs-ac0546612d3e8a6360a756f42d74e7351eb26dff.zip
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)
-rw-r--r--doc/emacs/sending.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 283a59a2912..246d6052e08 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -340,7 +340,7 @@ Send the message, and leave the mail buffer selected (@code{message-send}).
340@findex message-send 340@findex message-send
341@vindex message-kill-buffer-on-exit 341@vindex message-kill-buffer-on-exit
342 The usual command to send a message is @kbd{C-c C-c} 342 The usual command to send a message is @kbd{C-c C-c}
343(@code{mail-send-and-exit}). This sends the message and then 343(@code{message-send-and-exit}). This sends the message and then
344buries the mail buffer, putting it at the lowest priority for 344buries the mail buffer, putting it at the lowest priority for
345reselection. If you want it to kill the mail buffer instead, change 345reselection. If you want it to kill the mail buffer instead, change
346the variable @code{message-kill-buffer-on-exit} to @code{t}. 346the variable @code{message-kill-buffer-on-exit} to @code{t}.