mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(perform-replace): Set help-mode in *Help* buffer.
This commit is contained in:
parent
e6bcd1558f
commit
b905ac3333
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user