diff options
| author | Karl Heuer | 1998-04-15 06:30:16 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-15 06:30:16 +0000 |
| commit | d3db616e13ccfff600069fde5efe5f2075662611 (patch) | |
| tree | 85cc7bbedfb01c4d9880838c7f4337eb9a34ce8d | |
| parent | f06552d4636fc7f4d262fce4a27bc93b54375dca (diff) | |
| download | emacs-d3db616e13ccfff600069fde5efe5f2075662611.tar.gz emacs-d3db616e13ccfff600069fde5efe5f2075662611.zip | |
(mail-mode): Doc fix.
| -rw-r--r-- | lisp/mail/sendmail.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 85d5690dbe4..78d18ee98ec 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -372,16 +372,16 @@ actually occur.") | |||
| 372 | (defun mail-mode () | 372 | (defun mail-mode () |
| 373 | "Major mode for editing mail to be sent. | 373 | "Major mode for editing mail to be sent. |
| 374 | Like Text Mode but with these additional commands: | 374 | Like Text Mode but with these additional commands: |
| 375 | C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit | 375 | \\[mail-send] mail-send (send the message) \\[mail-send-and-exit] mail-send-and-exit |
| 376 | C-c C-f move to a header field (and create it if there isn't): | 376 | Here are commands that move to a header field (and create it if there isn't): |
| 377 | C-c C-f C-t move to To: C-c C-f C-s move to Subject: | 377 | \\[mail-to] move to To: \\[mail-subject] move to Subject: |
| 378 | C-c C-f C-c move to CC: C-c C-f C-b move to BCC: | 378 | \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: |
| 379 | C-c C-f C-f move to FCC: | 379 | \\[mail-fcc] move to FCC: |
| 380 | C-c C-t mail-text (move to beginning of message text). | 380 | \\[mail-text] mail-text (move to beginning of message text). |
| 381 | C-c C-w mail-signature (insert `mail-signature-file' file). | 381 | \\[mail-signature] mail-signature (insert `mail-signature-file' file). |
| 382 | C-c C-y mail-yank-original (insert current message, in Rmail). | 382 | \\[mail-yank-original] mail-yank-original (insert current message, in Rmail). |
| 383 | C-c C-q mail-fill-yanked-message (fill what was yanked). | 383 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). |
| 384 | C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." | 384 | \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)." |
| 385 | (interactive) | 385 | (interactive) |
| 386 | (kill-all-local-variables) | 386 | (kill-all-local-variables) |
| 387 | (make-local-variable 'mail-reply-action) | 387 | (make-local-variable 'mail-reply-action) |