From: Karl Heuer Date: Wed, 9 Nov 1994 05:49:07 +0000 (+0000) Subject: (kbd-macro-query): Set help-mode in *Help* buffer. X-Git-Tag: emacs-19.34~6004 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ec1c571bb5b77585bf3cae95f70b9d9ae94f9d4;p=emacs.git (kbd-macro-query): Set help-mode in *Help* buffer. --- diff --git a/lisp/macros.el b/lisp/macros.el index 8a921ac8d07..afae6e44500 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -177,8 +177,10 @@ Possibilities: \\ \\[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)