1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(kbd-macro-query): Fix prompt string.

This commit is contained in:
Richard M. Stallman 1993-05-12 23:56:18 +00:00
parent db6f9d952e
commit 8693344e1f

View File

@ -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))