]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Mention old bindings
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Sep 2018 18:58:11 +0000 (14:58 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Sep 2018 18:58:11 +0000 (14:58 -0400)
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.

doc/emacs/kmacro.texi

index dac41fdb87308b7a34c680e15dea91f278adafc7..0151c816a896b050dc0c2a115e804eae15ae3646 100644 (file)
@@ -49,15 +49,19 @@ intelligent or general.  For such things, Lisp must be used.
 
 @table @kbd
 @item @key{F3}
+@itemx C-x (
 Start defining a keyboard macro
 (@code{kmacro-start-macro-or-insert-counter}).
 @item @key{F4}
+@itemx C-x e
 If a keyboard macro is being defined, end the definition; otherwise,
 execute the most recent keyboard macro
 (@code{kmacro-end-or-call-macro}).
 @item C-u @key{F3}
+@itemx C-u C-x (
 Re-execute last keyboard macro, then append keys to its definition.
 @item C-u C-u @key{F3}
+@itemx C-u C-u C-x (
 Append keys to the last keyboard macro without re-executing it.
 @item C-x C-k r
 Run the last keyboard macro on each line that begins in the region