diff options
| author | Karl Heuer | 1994-03-20 23:23:43 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-20 23:23:43 +0000 |
| commit | f8b15b6e6f0c9f05e62ed05f324679426022a4c8 (patch) | |
| tree | 51e5316a0a510103ed31f0949ec94fd06904db11 | |
| parent | 6eac0de6962c308903ad214fbc5ad17fbef17c85 (diff) | |
| download | emacs-f8b15b6e6f0c9f05e62ed05f324679426022a4c8.tar.gz emacs-f8b15b6e6f0c9f05e62ed05f324679426022a4c8.zip | |
(mail-mode): Doc mod.
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5b5606cc631..ace0e445708 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -212,6 +212,7 @@ C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit | |||
| 212 | C-c C-f move to a header field (and create it if there isn't): | 212 | C-c C-f move to a header field (and create it if there isn't): |
| 213 | C-c C-f C-t move to To: C-c C-f C-s move to Subj: | 213 | C-c C-f C-t move to To: C-c C-f C-s move to Subj: |
| 214 | C-c C-f C-b move to BCC: C-c C-f C-c move to CC: | 214 | C-c C-f C-b move to BCC: C-c C-f C-c move to CC: |
| 215 | C-c C-f C-f move to FCC: | ||
| 215 | C-c C-t move to message text. | 216 | C-c C-t move to message text. |
| 216 | C-c C-y mail-yank-original (insert current message, in Rmail). | 217 | C-c C-y mail-yank-original (insert current message, in Rmail). |
| 217 | C-c C-q mail-fill-yanked-message (fill what was yanked). | 218 | C-c C-q mail-fill-yanked-message (fill what was yanked). |