]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix reference to 'message-send-and-exit' in Emacs manual
authorAllen Li <darkfeline@felesatra.moe>
Mon, 17 Feb 2020 07:45:05 +0000 (23:45 -0800)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Feb 2020 08:58:46 +0000 (10:58 +0200)
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)

doc/emacs/sending.texi

index 283a59a2912df2c82f1a50926bda1e78d6d374c1..246d6052e08d2a3838242236ab4194fec9434a75 100644 (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}.