diff options
| author | Eli Zaretskii | 2000-12-12 15:06:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-12 15:06:58 +0000 |
| commit | 39343db5d04280a01b84de8178fd4a58dcc1e0bd (patch) | |
| tree | 471c33b1b055beb8d3c3fda1b9fbbb6cdb6d7ba7 | |
| parent | e10f227708714314e4c409ef7ab55c0d90a82908 (diff) | |
| download | emacs-39343db5d04280a01b84de8178fd4a58dcc1e0bd.tar.gz emacs-39343db5d04280a01b84de8178fd4a58dcc1e0bd.zip | |
(message-mode): Doc fix.
| -rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 7dd03cd98ab..ef0cc85393c 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -1440,7 +1440,7 @@ Point is left at the beginning of the narrowed-to region." | |||
| 1440 | "Major mode for editing mail and news to be sent. | 1440 | "Major mode for editing mail and news to be sent. |
| 1441 | Like Text Mode but with these additional commands: | 1441 | Like Text Mode but with these additional commands: |
| 1442 | C-c C-s message-send (send the message) C-c C-c message-send-and-exit | 1442 | C-c C-s message-send (send the message) C-c C-c message-send-and-exit |
| 1443 | C-c C-d Pospone sending the message C-c C-k Kill the message | 1443 | C-c C-d Postpone sending the message C-c C-k Kill the message |
| 1444 | C-c C-f move to a header field (and create it if there isn't): | 1444 | C-c C-f move to a header field (and create it if there isn't): |
| 1445 | C-c C-f C-t move to To C-c C-f C-s move to Subject | 1445 | C-c C-f C-t move to To C-c C-f C-s move to Subject |
| 1446 | C-c C-f C-c move to Cc C-c C-f C-b move to Bcc | 1446 | C-c C-f C-c move to Cc C-c C-f C-b move to Bcc |