From b905ac333355cee3432a55072751388d845801f6 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Nov 1994 05:48:05 +0000 Subject: [PATCH] (perform-replace): Set help-mode in *Help* buffer. --- lisp/replace.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index 01bf44155e3..8d49ea4012e 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -569,7 +569,10 @@ which will run faster and probably do exactly what you want." from-string " with " next-replacement ".\n\n" (substitute-command-keys - query-replace-help))))) + query-replace-help))) + (save-excursion + (set-buffer standard-output) + (help-mode)))) ((eq def 'exit) (setq keep-going nil) (setq done t)) -- 2.39.5