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:
parent
cd6a9b8f65
commit
ac0546612d
1 changed files with 1 additions and 1 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue