diff options
| author | Richard M. Stallman | 1993-05-12 23:56:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-12 23:56:18 +0000 |
| commit | 8693344e1fbe8403616c3df8510a17168fa4ca0e (patch) | |
| tree | c026473e6d29ee8097ece590bae2870897706e69 | |
| parent | db6f9d952ef975a6cd09e6c2134d1e19d16c18ac (diff) | |
| download | emacs-8693344e1fbe8403616c3df8510a17168fa4ca0e.tar.gz emacs-8693344e1fbe8403616c3df8510a17168fa4ca0e.zip | |
(kbd-macro-query): Fix prompt string.
| -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> | |||
| 128 | (let ((loop t) | 128 | (let ((loop t) |
| 129 | (msg (substitute-command-keys | 129 | (msg (substitute-command-keys |
| 130 | "Proceed with macro?\\<query-replace-map>\ | 130 | "Proceed with macro?\\<query-replace-map>\ |
| 131 | (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]"))) | 131 | (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]) "))) |
| 132 | (while loop | 132 | (while loop |
| 133 | (let ((key (let ((executing-macro nil) | 133 | (let ((key (let ((executing-macro nil) |
| 134 | (defining-kbd-macro nil)) | 134 | (defining-kbd-macro nil)) |