From b327c9913d5ef2bba4f9884f1da318fd76cd6157 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 25 Mar 2004 10:39:06 +0000 Subject: [PATCH] * kmacro.el (kmacro-call-macro): Fix docstring. --- lisp/kmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 68717653eb8..a129ab53cef 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -609,7 +609,7 @@ command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg' 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) -- 2.39.2