]> git.eshelyaron.com Git - emacs.git/commitdiff
(Keyboard Macros): Fix menu.
authorLute Kamstra <lute@gnu.org>
Wed, 18 May 2005 14:24:26 +0000 (14:24 +0000)
committerLute Kamstra <lute@gnu.org>
Wed, 18 May 2005 14:24:26 +0000 (14:24 +0000)
man/ChangeLog
man/kmacro.texi

index 9451c7d62c220206681a8487bce5f11bf1117c17..4a6d2dd07bb61a8490d1bec41c68b8e4d4fa7ce0 100644 (file)
@@ -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.
index 5ef34f6c929b1015f2ea1638de97c350052e7177..e19c1434813d5de7d1729499fbf41ed8e7e44b05 100644 (file)
@@ -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