]> git.eshelyaron.com Git - emacs.git/commitdiff
(kbd-macro-query): Set help-mode in *Help* buffer.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:49:07 +0000 (05:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:49:07 +0000 (05:49 +0000)
lisp/macros.el

index 8a921ac8d0757e264582ff30035e40a51f740a7d..afae6e445001c33ef189f663e1723a13f1486721 100644 (file)
@@ -177,8 +177,10 @@ Possibilities: \\<query-replace-map>
 \\[skip]       Skip the rest of this iteration, and start the next.
 \\[exit]       Stop the macro entirely right now.
 \\[recenter]   Redisplay the screen, then ask again.
-\\[edit]       Enter recursive edit; ask again when you exit from that."))))
-                 )))))))
+\\[edit]       Enter recursive edit; ask again when you exit from that."))
+                    (save-excursion
+                      (set-buffer standard-output)
+                      (help-mode)))))))))))
 
 ;;;###autoload
 (defun apply-macro-to-region-lines (top bottom &optional macro)