summaryrefslogtreecommitdiff
path: root/lisp/macros.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-09 05:49:07 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-09 05:49:07 +0000
commit48a100896d2d39640e8f054604a5b52162f2037f (patch)
tree58ed80a365dd8a4417106c0fc72c3528e95b2b3f /lisp/macros.el
parente134e0701ea21ecfb091e92c08b38ccd0f752920 (diff)
downloademacs-48a100896d2d39640e8f054604a5b52162f2037f.tar.gz
(kbd-macro-query): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/macros.el')
-rw-r--r--lisp/macros.el6
1 files changed, 4 insertions, 2 deletions
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: \\<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)