diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-12 23:56:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-12 23:56:18 +0000 |
commit | 8693344e1fbe8403616c3df8510a17168fa4ca0e (patch) | |
tree | c026473e6d29ee8097ece590bae2870897706e69 /lisp/macros.el | |
parent | db6f9d952ef975a6cd09e6c2134d1e19d16c18ac (diff) | |
download | emacs-8693344e1fbe8403616c3df8510a17168fa4ca0e.tar.gz |
(kbd-macro-query): Fix prompt string.
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 2 |
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)) |