From 48a100896d2d39640e8f054604a5b52162f2037f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 9 Nov 1994 05:49:07 +0000 Subject: (kbd-macro-query): Set help-mode in *Help* buffer. --- lisp/macros.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/macros.el') 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) -- cgit v1.2.1