From: Stefan Monnier Date: Mon, 24 Sep 2018 18:58:11 +0000 (-0400) Subject: * doc/emacs/kmacro.texi (Basic Keyboard Macro): Mention old bindings X-Git-Tag: emacs-26.1.90~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc7fdee08c2c3b5b62ee5556689889e91d76610a;p=emacs.git * 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. --- 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. @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