]> git.eshelyaron.com Git - emacs.git/commitdiff
(perform-replace): Prompt now says how to get help.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 04:40:13 +0000 (04:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 04:40:13 +0000 (04:40 +0000)
lisp/replace.el

index b8bf0648c24a71da1a0293e2be40978190ae7e72..2678e20c26d737d3e36f2c5962fa877940190b5c 100644 (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))