diff options
| author | Luc Teirlinck | 2003-08-19 16:22:53 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-08-19 16:22:53 +0000 |
| commit | 4244e8801d615fc431280f243bf61e9871b240e1 (patch) | |
| tree | 9810f300e8aa2c7613f5597b0bfa594def4191a4 | |
| parent | 6cce52e84395aeb3d42ddf991274c16b1f2a7e32 (diff) | |
| download | emacs-4244e8801d615fc431280f243bf61e9871b240e1.tar.gz emacs-4244e8801d615fc431280f243bf61e9871b240e1.zip | |
(Top): Update menu to reflect new Keyboard Macros chapter.
| -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 | |||
| 166 | * Display:: Controlling what text is displayed. | 166 | * Display:: Controlling what text is displayed. |
| 167 | * Search:: Finding or replacing occurrences of a string. | 167 | * Search:: Finding or replacing occurrences of a string. |
| 168 | * Fixit:: Commands especially useful for fixing typos. | 168 | * Fixit:: Commands especially useful for fixing typos. |
| 169 | * Keyboard Macros:: A keyboard macro records a sequence of | ||
| 170 | keystrokes to be replayed with a single command. | ||
| 169 | 171 | ||
| 170 | Major Structures of Emacs | 172 | Major Structures of Emacs |
| 171 | * Files:: All about handling files. | 173 | * Files:: All about handling files. |
| @@ -334,6 +336,16 @@ Commands for Fixing Typos | |||
| 334 | * Fixing Case:: Correcting case of last word entered. | 336 | * Fixing Case:: Correcting case of last word entered. |
| 335 | * Spelling:: Apply spelling checker to a word or a whole buffer. | 337 | * Spelling:: Apply spelling checker to a word or a whole buffer. |
| 336 | 338 | ||
| 339 | Keyboard Macros | ||
| 340 | |||
| 341 | * Basic Keyboard Macro:: Defining and running keyboard macros. | ||
| 342 | * Keyboard Macro Ring:: Where previous keyboard macros are saved. | ||
| 343 | * Keyboard Macro Counter:: Inserting incrementing numbers in macros. | ||
| 344 | * Keyboard Macro Query:: Making keyboard macros do different things each time. | ||
| 345 | * Save Keyboard Macro:: Giving keyboard macros names; saving them in files. | ||
| 346 | * Edit Keyboard Macro:: Editing keyboard macros. | ||
| 347 | * Keyboard Macro Step-Edit:: Interactively executing and editing a keyboard macro. | ||
| 348 | |||
| 337 | File Handling | 349 | File Handling |
| 338 | 350 | ||
| 339 | * File Names:: How to type and edit file-name arguments. | 351 | * File Names:: How to type and edit file-name arguments. |
| @@ -721,8 +733,6 @@ Customization | |||
| 721 | * Variables:: Many Emacs commands examine Emacs variables | 733 | * Variables:: Many Emacs commands examine Emacs variables |
| 722 | to decide what to do; by setting variables, | 734 | to decide what to do; by setting variables, |
| 723 | you can control their functioning. | 735 | you can control their functioning. |
| 724 | * Keyboard Macros:: A keyboard macro records a sequence of | ||
| 725 | keystrokes to be replayed with a single command. | ||
| 726 | * Key Bindings:: The keymaps say what command each key runs. | 736 | * Key Bindings:: The keymaps say what command each key runs. |
| 727 | By changing them, you can "redefine keys". | 737 | By changing them, you can "redefine keys". |
| 728 | * Keyboard Translations:: | 738 | * Keyboard Translations:: |
| @@ -744,17 +754,6 @@ Variables | |||
| 744 | * Locals:: Per-buffer values of variables. | 754 | * Locals:: Per-buffer values of variables. |
| 745 | * File Variables:: How files can specify variable values. | 755 | * File Variables:: How files can specify variable values. |
| 746 | 756 | ||
| 747 | Keyboard Macros | ||
| 748 | |||
| 749 | * Basic Keyboard Macro:: Defining and running keyboard macros. | ||
| 750 | * Keyboard Macro Ring:: Where previous keyboard macros are saved. | ||
| 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 | |||
| 757 | |||
| 758 | Customizing Key Bindings | 757 | Customizing Key Bindings |
| 759 | 758 | ||
| 760 | * Keymaps:: Generalities. The global keymap. | 759 | * Keymaps:: Generalities. The global keymap. |