(kbd-macro-query): Set help-mode in *Help* buffer.
This commit is contained in:
parent
228899a5b2
commit
6ec1c571bb
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue