1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(perform-replace): Prompt now says how to get help.

This commit is contained in:
Richard M. Stallman 1993-12-23 04:40:13 +00:00
parent 12fbf178bb
commit a1c7dec409

View File

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