From: Lute Kamstra Date: Wed, 18 May 2005 14:24:26 +0000 (+0000) Subject: (Keyboard Macros): Fix menu. X-Git-Tag: ttn-vms-21-2-B4~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae48b25170ed8a6412efbbe52d92b901a824bfe1;p=emacs.git (Keyboard Macros): Fix menu. --- 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 + + * 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 * 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