summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-11-13 21:45:16 +0000
committerErik Naggum <erik@naggum.no>1996-11-13 21:45:16 +0000
commite264cc9cd90e27e8e331234df77342283fc79f62 (patch)
treee5f4cca77da63fd6235fbf470f531802146657c8 /lisp
parentb3947c48879f5f80b494ad8a895585ff4f52683b (diff)
downloademacs-e264cc9cd90e27e8e331234df77342283fc79f62.tar.gz
(message-mode): Doc fix.
Diffstat (limited to 'lisp')
-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).
C-c C-w message-insert-signature (insert `message-signature-file' file).
C-c C-y message-yank-original (insert current message, if any).
C-c C-q message-fill-yanked-message (fill what was yanked).
-C-c C-r message-ceasar-buffer-body (rot13 the message body)."
+C-c C-r message-caesar-buffer-body (rot13 the message body)."
(interactive)
(kill-all-local-variables)
(make-local-variable 'message-reply-buffer)