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
commit3fd29a09627dcf7de6bf0638a10dda161236a450 (patch)
treeeeb9efcc7b10f7b3b7982531061306d7b1e4bba8 /lisp/macros.el
parent6a629c4aa3f7985e16256ab6f78078c0a899239f (diff)
downloademacs-3fd29a09627dcf7de6bf0638a10dda161236a450.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))