diff options
| author | Allen Li | 2020-02-16 23:45:05 -0800 |
|---|---|---|
| committer | Eli Zaretskii | 2020-02-21 10:58:46 +0200 |
| commit | ac0546612d3e8a6360a756f42d74e7351eb26dff (patch) | |
| tree | 715c18163dcf2816f08bbe668f8f365c4fcf6521 | |
| parent | cd6a9b8f65c10c7f956c6b17fd3f806b61bb3199 (diff) | |
| download | emacs-ac0546612d3e8a6360a756f42d74e7351eb26dff.tar.gz emacs-ac0546612d3e8a6360a756f42d74e7351eb26dff.zip | |
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)
| -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}. |