# HG changeset patch # User Karl Heuer # Date 784360147 0 # Node ID 0e1748cc2f32074a5f5f89e76647ef22ebf5fab4 # Parent 62c0e8317ce258d09456d6618588b866886afc95 (kbd-macro-query): Set help-mode in *Help* buffer. diff -r 62c0e8317ce2 -r 0e1748cc2f32 lisp/macros.el --- a/lisp/macros.el Wed Nov 09 05:48:55 1994 +0000 +++ b/lisp/macros.el Wed Nov 09 05:49:07 1994 +0000 @@ -177,8 +177,10 @@ \\[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)