# HG changeset patch # User Juri Linkov # Date 1080211146 0 # Node ID 196d5a3197d67514e960ae0319ed913a6121484e # Parent f357f325cc85ec95b2cb025a658216698359d976 * kmacro.el (kmacro-call-macro): Fix docstring. diff -r f357f325cc85 -r 196d5a3197d6 lisp/kmacro.el --- 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)