(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 8a921ac..afae6e4 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)