comparison lisp/macros.el @ 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 cc7cd83ccf3f
children 2279074cd821
comparison
equal deleted inserted replaced
9850:62c0e8317ce2 9851:0e1748cc2f32
175 Possibilities: \\<query-replace-map> 175 Possibilities: \\<query-replace-map>
176 \\[act] Finish this iteration normally and continue with the next. 176 \\[act] Finish this iteration normally and continue with the next.
177 \\[skip] Skip the rest of this iteration, and start the next. 177 \\[skip] Skip the rest of this iteration, and start the next.
178 \\[exit] Stop the macro entirely right now. 178 \\[exit] Stop the macro entirely right now.
179 \\[recenter] Redisplay the screen, then ask again. 179 \\[recenter] Redisplay the screen, then ask again.
180 \\[edit] Enter recursive edit; ask again when you exit from that.")))) 180 \\[edit] Enter recursive edit; ask again when you exit from that."))
181 ))))))) 181 (save-excursion
182 (set-buffer standard-output)
183 (help-mode)))))))))))
182 184
183 ;;;###autoload 185 ;;;###autoload
184 (defun apply-macro-to-region-lines (top bottom &optional macro) 186 (defun apply-macro-to-region-lines (top bottom &optional macro)
185 "For each complete line between point and mark, move to the beginning 187 "For each complete line between point and mark, move to the beginning
186 of the line, and run the last keyboard macro. 188 of the line, and run the last keyboard macro.