Mercurial > emacs
changeset 5298:1b3421a9f072
(perform-replace): Prompt now says how to get help.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 04:40:13 +0000 |
parents | 969ebd50eb72 |
children | 883c241eed1b |
files | lisp/replace.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Thu Dec 23 04:39:33 1993 +0000 +++ b/lisp/replace.el Thu Dec 23 04:40:13 1993 +0000 @@ -493,7 +493,8 @@ ;; 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))