# HG changeset patch # User Richard M. Stallman # Date 737250978 0 # Node ID c824ba373cc2ff11cfaa4418bc48977369107518 # Parent 93eda5bbc4df52e8ee1ed5cc491fb25a99a61749 (kbd-macro-query): Fix prompt string. diff -r 93eda5bbc4df -r c824ba373cc2 lisp/macros.el --- a/lisp/macros.el Wed May 12 21:58:16 1993 +0000 +++ b/lisp/macros.el Wed May 12 23:56:18 1993 +0000 @@ -128,7 +128,7 @@ (let ((loop t) (msg (substitute-command-keys "Proceed with macro?\\\ - (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]"))) + (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]) "))) (while loop (let ((key (let ((executing-macro nil) (defining-kbd-macro nil))