summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-09-10 22:19:39 +0000
committerKim F. Storm <storm@cua.dk>2002-09-10 22:19:39 +0000
commit482b44d88e40cc63fa35afd4fb8e5a0006b5d367 (patch)
tree6eafd00fb7885190886858f351f96f61a8e9d242 /lisp/kmacro.el
parent1c59ca7881d615e701dc74a233bb5e88160846c6 (diff)
downloademacs-482b44d88e40cc63fa35afd4fb8e5a0006b5d367.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 5b2edb8c766..01b2618c207 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -818,7 +818,8 @@ following additional answers: `insert', `insert-1', `replace', `replace-1',
(if kmacro-step-edit-help "\
Step: y/SPC: execute next, d/n/DEL: skip next, f: skip but keep
TAB: execute while same, ?: toggle help
- Edit: i: insert, a: append, r: replace, I/A/R: one sequence
+ Edit: i: insert, r: replace, a: append, A: append at end,
+ I/R: insert/replace with one sequence,
End: !/c: execute rest, C-k: skip rest and save, q/C-g: quit
----------------------------------------------------------------
" "")