From 4cbd2022deb50a35ca38040ab0337f707834b3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzywkowski?= Date: Fri, 22 Mar 2019 18:36:21 +0100 Subject: [PATCH] Use a different name for the help buffer in query-replace * lisp/replace.el (perform-replace): Use "*Query replace help*" for the name of the help buffer. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index 59ad1a375b..153f8f8287 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -2635,7 +2635,7 @@ perform-replace (setq def (lookup-key map key)) ;; Restore the match data while we process the command. (cond ((eq def 'help) - (with-output-to-temp-buffer "*Help*" + (with-output-to-temp-buffer "*Query replace help*" (princ (concat "Query replacing " (if backward "backward " "") -- MichaƂ Krzywkowski PGP: A5A7 06C4 28EF 8F64 2868 13A1 7BDE C129 F0B8 09A1