diff options
| -rw-r--r-- | doc/emacs/sending.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index 8d3f96139ff..190549a194e 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi | |||
| @@ -338,6 +338,7 @@ Send the message, and leave the mail buffer selected (@code{message-send}). | |||
| 338 | @kindex C-c C-s @r{(Message mode)} | 338 | @kindex C-c C-s @r{(Message mode)} |
| 339 | @kindex C-c C-c @r{(Message mode)} | 339 | @kindex C-c C-c @r{(Message mode)} |
| 340 | @findex message-send | 340 | @findex message-send |
| 341 | @findex message-send-and-exit | ||
| 341 | @vindex message-kill-buffer-on-exit | 342 | @vindex message-kill-buffer-on-exit |
| 342 | The usual command to send a message is @kbd{C-c C-c} | 343 | The usual command to send a message is @kbd{C-c C-c} |
| 343 | (@code{message-send-and-exit}). This sends the message and then | 344 | (@code{message-send-and-exit}). This sends the message and then |
| @@ -345,7 +346,6 @@ buries the mail buffer, putting it at the lowest priority for | |||
| 345 | reselection. If you want it to kill the mail buffer instead, change | 346 | reselection. If you want it to kill the mail buffer instead, change |
| 346 | the variable @code{message-kill-buffer-on-exit} to @code{t}. | 347 | the variable @code{message-kill-buffer-on-exit} to @code{t}. |
| 347 | 348 | ||
| 348 | @findex message-send-and-exit | ||
| 349 | The command @kbd{C-c C-s} (@code{message-send}) sends the message | 349 | The command @kbd{C-c C-s} (@code{message-send}) sends the message |
| 350 | and leaves the buffer selected. Use this command if you want to | 350 | and leaves the buffer selected. Use this command if you want to |
| 351 | modify the message (perhaps with new recipients) and send it again. | 351 | modify the message (perhaps with new recipients) and send it again. |