diff options
| author | Erik Naggum | 1996-11-13 21:45:16 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-11-13 21:45:16 +0000 |
| commit | 7475605426b98f486fc8ea88ea139859343996dd (patch) | |
| tree | 932cedc3f554f31534ddaeea81aaf683093f29a2 | |
| parent | 3f1c8fcdfcc8cb3b7ed1b807871b10da201aa4cd (diff) | |
| download | emacs-7475605426b98f486fc8ea88ea139859343996dd.tar.gz emacs-7475605426b98f486fc8ea88ea139859343996dd.zip | |
(message-mode): Doc fix.
| -rw-r--r-- | lisp/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/message.el b/lisp/message.el index ec0453dfb7d..edfe6fbdee7 100644 --- a/lisp/message.el +++ b/lisp/message.el | |||
| @@ -805,7 +805,7 @@ C-c C-i message-goto-signature (move to the beginning of the signature). | |||
| 805 | C-c C-w message-insert-signature (insert `message-signature-file' file). | 805 | C-c C-w message-insert-signature (insert `message-signature-file' file). |
| 806 | C-c C-y message-yank-original (insert current message, if any). | 806 | C-c C-y message-yank-original (insert current message, if any). |
| 807 | C-c C-q message-fill-yanked-message (fill what was yanked). | 807 | C-c C-q message-fill-yanked-message (fill what was yanked). |
| 808 | C-c C-r message-ceasar-buffer-body (rot13 the message body)." | 808 | C-c C-r message-caesar-buffer-body (rot13 the message body)." |
| 809 | (interactive) | 809 | (interactive) |
| 810 | (kill-all-local-variables) | 810 | (kill-all-local-variables) |
| 811 | (make-local-variable 'message-reply-buffer) | 811 | (make-local-variable 'message-reply-buffer) |