changeset 54547:196d5a3197d6

* kmacro.el (kmacro-call-macro): Fix docstring.
author Juri Linkov <juri@jurta.org>
date Thu, 25 Mar 2004 10:39:06 +0000
parents f357f325cc85
children f36d3226281c
files lisp/kmacro.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/kmacro.el	Thu Mar 25 10:38:28 2004 +0000
+++ b/lisp/kmacro.el	Thu Mar 25 10:39:06 2004 +0000
@@ -609,7 +609,7 @@
 for details on how to adjust or disable this behaviour.
 
 To make a macro permanent so you can call it even after defining
-others, use M-x name-last-kbd-macro."
+others, use \\[name-last-kbd-macro]."
   (interactive "p")
   (let ((repeat-key (and (null no-repeat)
 			 (> (length (this-single-command-keys)) 1)