aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2018-09-24 14:58:11 -0400
committerStefan Monnier2018-09-24 14:58:11 -0400
commitdc7fdee08c2c3b5b62ee5556689889e91d76610a (patch)
tree8fc7f24377d62ee3c829248217d7edaeed92f408
parent17766a14cc2c7fe51040f5d2dadfb8112f175dba (diff)
downloademacs-dc7fdee08c2c3b5b62ee5556689889e91d76610a.tar.gz
emacs-dc7fdee08c2c3b5b62ee5556689889e91d76610a.zip
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Mention old bindings
According to Apple gospel, function keys are partly going the way of the dodo so F3/F4 can, like in the good old days, be hard to reach for some users.
-rw-r--r--doc/emacs/kmacro.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi
index dac41fdb873..0151c816a89 100644
--- a/doc/emacs/kmacro.texi
+++ b/doc/emacs/kmacro.texi
@@ -49,15 +49,19 @@ intelligent or general. For such things, Lisp must be used.
49 49
50@table @kbd 50@table @kbd
51@item @key{F3} 51@item @key{F3}
52@itemx C-x (
52Start defining a keyboard macro 53Start defining a keyboard macro
53(@code{kmacro-start-macro-or-insert-counter}). 54(@code{kmacro-start-macro-or-insert-counter}).
54@item @key{F4} 55@item @key{F4}
56@itemx C-x e
55If a keyboard macro is being defined, end the definition; otherwise, 57If a keyboard macro is being defined, end the definition; otherwise,
56execute the most recent keyboard macro 58execute the most recent keyboard macro
57(@code{kmacro-end-or-call-macro}). 59(@code{kmacro-end-or-call-macro}).
58@item C-u @key{F3} 60@item C-u @key{F3}
61@itemx C-u C-x (
59Re-execute last keyboard macro, then append keys to its definition. 62Re-execute last keyboard macro, then append keys to its definition.
60@item C-u C-u @key{F3} 63@item C-u C-u @key{F3}
64@itemx C-u C-u C-x (
61Append keys to the last keyboard macro without re-executing it. 65Append keys to the last keyboard macro without re-executing it.
62@item C-x C-k r 66@item C-x C-k r
63Run the last keyboard macro on each line that begins in the region 67Run the last keyboard macro on each line that begins in the region