summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-18 14:24:26 +0000
committerLute Kamstra <lute@gnu.org>2005-05-18 14:24:26 +0000
commitae48b25170ed8a6412efbbe52d92b901a824bfe1 (patch)
treeb7c75da74fca7e5e9c6e9a78096ed69e47551540
parenta5c3492bc4b0fdcf264df8286a17f8ef65073f92 (diff)
downloademacs-ae48b25170ed8a6412efbbe52d92b901a824bfe1.tar.gz
(Keyboard Macros): Fix menu.
-rw-r--r--man/ChangeLog9
-rw-r--r--man/kmacro.texi7
2 files changed, 13 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 9451c7d62c2..4a6d2dd07bb 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-18 Lute Kamstra <lute@gnu.org>
+
+ * emacs.texi (Top): Update to the current structure of the manual.
+ * misc.texi (Emacs Server): Add menu description.
+ * files.texi (Saving): Fix menu.
+ * custom.texi (Customization): Fix menu.
+ * mule.texi (International): Fix menu.
+ * kmacro.texi (Keyboard Macros): Fix menu.
+
2005-05-16 Luc Teirlinck <teirllm@auburn.edu>
* display.texi: Various minor changes.
diff --git a/man/kmacro.texi b/man/kmacro.texi
index 5ef34f6c929..e19c1434813 100644
--- a/man/kmacro.texi
+++ b/man/kmacro.texi
@@ -1,6 +1,6 @@
@c This is part of the Emacs manual.
-@c Copyright (C) 1985,86,87,93,94,95,97,2000,2001,2002,2003,2004
-@c Free Software Foundation, Inc.
+@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
+@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Keyboard Macros, Files, Fixit, Top
@chapter Keyboard Macros
@@ -38,7 +38,8 @@ intelligent or general. For such things, Lisp must be used.
* Keyboard Macro Query:: Making keyboard macros do different things each time.
* Save Keyboard Macro:: Giving keyboard macros names; saving them in files.
* Edit Keyboard Macro:: Editing keyboard macros.
-* Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard macro.
+* Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard
+ macro.
@end menu
@node Basic Keyboard Macro