diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-08-19 16:22:53 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-08-19 16:22:53 +0000 |
commit | 4244e8801d615fc431280f243bf61e9871b240e1 (patch) | |
tree | 9810f300e8aa2c7613f5597b0bfa594def4191a4 /man | |
parent | 6cce52e84395aeb3d42ddf991274c16b1f2a7e32 (diff) | |
download | emacs-4244e8801d615fc431280f243bf61e9871b240e1.tar.gz |
(Top): Update menu to reflect new Keyboard Macros chapter.
Diffstat (limited to 'man')
-rw-r--r-- | man/emacs.texi | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 6728ed4d21a..280cc0c3887 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -166,6 +166,8 @@ Important Text-Changing Commands * Display:: Controlling what text is displayed. * Search:: Finding or replacing occurrences of a string. * Fixit:: Commands especially useful for fixing typos. +* Keyboard Macros:: A keyboard macro records a sequence of + keystrokes to be replayed with a single command. Major Structures of Emacs * Files:: All about handling files. @@ -334,6 +336,16 @@ Commands for Fixing Typos * Fixing Case:: Correcting case of last word entered. * Spelling:: Apply spelling checker to a word or a whole buffer. +Keyboard Macros + +* Basic Keyboard Macro:: Defining and running keyboard macros. +* Keyboard Macro Ring:: Where previous keyboard macros are saved. +* Keyboard Macro Counter:: Inserting incrementing numbers in macros. +* 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. + File Handling * File Names:: How to type and edit file-name arguments. @@ -721,8 +733,6 @@ Customization * Variables:: Many Emacs commands examine Emacs variables to decide what to do; by setting variables, you can control their functioning. -* Keyboard Macros:: A keyboard macro records a sequence of - keystrokes to be replayed with a single command. * Key Bindings:: The keymaps say what command each key runs. By changing them, you can "redefine keys". * Keyboard Translations:: @@ -744,17 +754,6 @@ Variables * Locals:: Per-buffer values of variables. * File Variables:: How files can specify variable values. -Keyboard Macros - -* Basic Keyboard Macro:: Defining and running keyboard macros. -* Keyboard Macro Ring:: Where previous keyboard macros are saved. -* Keyboard Macro Counter:: Inserting incrementing numbers in macros. -* 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. - - Customizing Key Bindings * Keymaps:: Generalities. The global keymap. |