summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-09-22 23:40:38 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-09-22 23:40:38 +0000
commit402168faf7cdd81c26ca5109664dcbe1cc1a1753 (patch)
tree9610314b21b4613434b4eff5c5de51e6118ea7b4
parente45da31d30a4afc0a8c6ec87175b423e139574dd (diff)
downloademacs-402168faf7cdd81c26ca5109664dcbe1cc1a1753.tar.gz
* 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.
-rw-r--r--doc/emacs/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index a9c6fe79aa6..7d96a8d65de 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -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.