]> git.eshelyaron.com Git - emacs.git/commitdiff
* kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
authorChong Yidong <cyd@stupidchicken.com>
Mon, 22 Sep 2008 23:40:38 +0000 (23:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 22 Sep 2008 23:40:38 +0000 (23:40 +0000)
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.

doc/emacs/ChangeLog

index a9c6fe79aa66bc42d3bec26ac9663b2fbedbff7a..7d96a8d65de38bd423d29bf2edbc0aca4232cb9d 100644 (file)
@@ -4,8 +4,15 @@
 
 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
 
-       * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
-       Link to Erasing node.
+       * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
+       interface for defining macros.  Simplify examples.  Note that C-g quits
+       macro definitions.
+       (Keyboard Macro Counter): Document using F3 to insert counter. Give
+       usage example.
+       (Keyboard Macro Query): Organize query responses in a table.
+
+       * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.  Link
+       to Erasing node.
        (Undo): Reorganize paragraphs for logical flow.  Move keybinding
        rationale to a footnote.
        (Kill Errors): Remove node, due to redundancy with Erasing.