Mercurial > emacs
changeset 2753:c824ba373cc2
(kbd-macro-query): Fix prompt string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 May 1993 23:56:18 +0000 |
parents | 93eda5bbc4df |
children | af06c054b48f |
files | lisp/macros.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/macros.el Wed May 12 21:58:16 1993 +0000 +++ b/lisp/macros.el Wed May 12 23:56:18 1993 +0000 @@ -128,7 +128,7 @@ (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))