comparison man/emacs.texi @ 52225:446b95f797f3

(Keyboard Macros): Reference new keyboard macro topics.
author Kim F. Storm <storm@cua.dk>
date Sun, 17 Aug 2003 22:12:57 +0000
parents 5f08de7d192f
children 3e58d94f80af
comparison
equal deleted inserted replaced
52224:57534ab575bd 52225:446b95f797f3
744 * Locals:: Per-buffer values of variables. 744 * Locals:: Per-buffer values of variables.
745 * File Variables:: How files can specify variable values. 745 * File Variables:: How files can specify variable values.
746 746
747 Keyboard Macros 747 Keyboard Macros
748 748
749 * Basic Kbd Macro:: Defining and running keyboard macros. 749 * Basic Keyboard Macro:: Defining and running keyboard macros.
750 * Save Kbd Macro:: Giving keyboard macros names; saving them in files. 750 * Keyboard Macro Ring:: Where previous keyboard macros are saved.
751 * Kbd Macro Query:: Making keyboard macros do different things each time. 751 * Keyboard Macro Counter:: Inserting incrementing numbers in macros.
752 * Keyboard Macro Query:: Making keyboard macros do different things each time.
753 * Save Keyboard Macro:: Giving keyboard macros names; saving them in files.
754 * Edit Keyboard Macro:: Editing keyboard macros.
755 * Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard macro.
756
752 757
753 Customizing Key Bindings 758 Customizing Key Bindings
754 759
755 * Keymaps:: Generalities. The global keymap. 760 * Keymaps:: Generalities. The global keymap.
756 * Prefix Keymaps:: Keymaps for prefix keys. 761 * Prefix Keymaps:: Keymaps for prefix keys.