Mercurial > emacs
changeset 9851:0e1748cc2f32
(kbd-macro-query): Set help-mode in *Help* buffer.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 09 Nov 1994 05:49:07 +0000 |
parents | 62c0e8317ce2 |
children | b3a6fdcd63df |
files | lisp/macros.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)