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 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 |
| 344 | buries the mail buffer, putting it at the lowest priority for | 344 | buries the mail buffer, putting it at the lowest priority for |
| 345 | reselection. If you want it to kill the mail buffer instead, change | 345 | reselection. If you want it to kill the mail buffer instead, change |
| 346 | the variable @code{message-kill-buffer-on-exit} to @code{t}. | 346 | the variable @code{message-kill-buffer-on-exit} to @code{t}. |