Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a1c7dec4
Commit
a1c7dec4
authored
Dec 23, 1993
by
Richard M. Stallman
Browse files
(perform-replace): Prompt now says how to get help.
parent
12fbf178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/replace.el
lisp/replace.el
+2
-1
No files found.
lisp/replace.el
View file @
a1c7dec4
...
...
@@ -493,7 +493,8 @@ which will run faster and do exactly what you probably want."
;; Loop reading commands until one of them sets done,
;; which means it has finished handling this occurrence.
(while (not done)
(message "Query replacing %s with %s: "
(message (substitute-command-keys
"Query replacing %s with %s: (\\<query-replace-map>\\[help] for help) ")
from-string next-replacement)
(setq key (read-event))
(setq key (vector key))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment