diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-18 14:24:26 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-18 14:24:26 +0000 |
commit | ae48b25170ed8a6412efbbe52d92b901a824bfe1 (patch) | |
tree | b7c75da74fca7e5e9c6e9a78096ed69e47551540 /man/kmacro.texi | |
parent | a5c3492bc4b0fdcf264df8286a17f8ef65073f92 (diff) | |
download | emacs-ae48b25170ed8a6412efbbe52d92b901a824bfe1.tar.gz |
(Keyboard Macros): Fix menu.
Diffstat (limited to 'man/kmacro.texi')
-rw-r--r-- | man/kmacro.texi | 7 |
1 files changed, 4 insertions, 3 deletions
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 |