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:
parent
db6f9d952e
commit
8693344e1f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user