summaryrefslogtreecommitdiff
path: root/lisp/macros.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-12 23:56:18 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-12 23:56:18 +0000
commit8693344e1fbe8403616c3df8510a17168fa4ca0e (patch)
treec026473e6d29ee8097ece590bae2870897706e69 /lisp/macros.el
parentdb6f9d952ef975a6cd09e6c2134d1e19d16c18ac (diff)
downloademacs-8693344e1fbe8403616c3df8510a17168fa4ca0e.tar.gz
(kbd-macro-query): Fix prompt string.
Diffstat (limited to 'lisp/macros.el')
-rw-r--r--lisp/macros.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el
index 2ff40f81f9b..43b5b2ae945 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -128,7 +128,7 @@ Your options are: \\<query-replace-map>
(let ((loop t)
(msg (substitute-command-keys
"Proceed with macro?\\<query-replace-map>\
- (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]")))
+ (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]) ")))
(while loop
(let ((key (let ((executing-macro nil)
(defining-kbd-macro nil))