1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

Fix last changes describing mail commands

* doc/emacs/sending.texi (Sending Mail): Fix the description of
the behavior of 'C-x m' without prefix argument.  (Bug#40561)
This commit is contained in:
Eli Zaretskii 2020-04-12 21:47:52 +03:00
parent 01212a762f
commit 63e8d0ea87

View file

@ -32,14 +32,14 @@ In the mail buffer, send the message and bury the buffer
The mail buffer is an ordinary Emacs buffer, so you can switch to The mail buffer is an ordinary Emacs buffer, so you can switch to
other buffers while composing the mail. If you want to send another other buffers while composing the mail. If you want to send another
mail before sending the current one, type @kbd{C-x m} again, and Emacs message before finishing the current one, type @kbd{C-x m} again to
will switch back to the last mail buffer and ask if you want to erase open a new mail buffer whose name has a different numeric suffix
the message in that buffer; answer yes to discard the unsent message (@pxref{Misc Buffer}). (This only works if you use the default
and start composing a new one. If you know that you'd like to Message mode to compose email; see @ref{Mail Commands}.) If you know
continue composing an unsent message, invoke this command with a that you'd like to continue composing the unsent message you were
prefix argument, @w{@kbd{C-u C-x m}}, and Emacs will switch to the editing, invoke this command with a prefix argument, @w{@kbd{C-u C-x
last mail buffer and let you pick up editing the message where you m}}, and Emacs will switch to the last mail buffer you used and let
left off. you pick up editing the message where you left off.
@kindex C-x 4 m @kindex C-x 4 m
@findex compose-mail-other-window @findex compose-mail-other-window