comparison lisp/kmacro.el @ 47389:a7b36abfcc69

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 10 Sep 2002 22:19:39 +0000
parents 56bcf85aafae
children 3a43982413a6
comparison
equal deleted inserted replaced
47388:56bcf85aafae 47389:a7b36abfcc69
816 (propertize "\ 816 (propertize "\
817 --------------Step Edit Keyboard Macro [?: help]---------------" 'face 'mode-line) 817 --------------Step Edit Keyboard Macro [?: help]---------------" 'face 'mode-line)
818 (if kmacro-step-edit-help "\ 818 (if kmacro-step-edit-help "\
819 Step: y/SPC: execute next, d/n/DEL: skip next, f: skip but keep 819 Step: y/SPC: execute next, d/n/DEL: skip next, f: skip but keep
820 TAB: execute while same, ?: toggle help 820 TAB: execute while same, ?: toggle help
821 Edit: i: insert, a: append, r: replace, I/A/R: one sequence 821 Edit: i: insert, r: replace, a: append, A: append at end,
822 I/R: insert/replace with one sequence,
822 End: !/c: execute rest, C-k: skip rest and save, q/C-g: quit 823 End: !/c: execute rest, C-k: skip rest and save, q/C-g: quit
823 ---------------------------------------------------------------- 824 ----------------------------------------------------------------
824 " "") 825 " "")
825 (propertize "Next command:" 'face 'bold) 826 (propertize "Next command:" 'face 'bold)
826 this-command) 827 this-command)