aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-11-13 21:45:16 +0000
committerErik Naggum1996-11-13 21:45:16 +0000
commit7475605426b98f486fc8ea88ea139859343996dd (patch)
tree932cedc3f554f31534ddaeea81aaf683093f29a2
parent3f1c8fcdfcc8cb3b7ed1b807871b10da201aa4cd (diff)
downloademacs-7475605426b98f486fc8ea88ea139859343996dd.tar.gz
emacs-7475605426b98f486fc8ea88ea139859343996dd.zip
(message-mode): Doc fix.
-rw-r--r--lisp/message.el2
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).
805C-c C-w message-insert-signature (insert `message-signature-file' file). 805C-c C-w message-insert-signature (insert `message-signature-file' file).
806C-c C-y message-yank-original (insert current message, if any). 806C-c C-y message-yank-original (insert current message, if any).
807C-c C-q message-fill-yanked-message (fill what was yanked). 807C-c C-q message-fill-yanked-message (fill what was yanked).
808C-c C-r message-ceasar-buffer-body (rot13 the message body)." 808C-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)