aboutsummaryrefslogtreecommitdiffstats
path: root/man/emacs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/emacs.texi')
-rw-r--r--man/emacs.texi24
1 files changed, 8 insertions, 16 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 6f42f53e8d..ca5ddf039b 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -166,8 +166,6 @@ 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.
@@ -336,16 +334,6 @@ 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.
@@ -733,6 +721,8 @@ 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::
@@ -754,6 +744,12 @@ Variables
* Locals:: Per-buffer values of variables.
* File Variables:: How files can specify variable values.
+Keyboard Macros
+
+* Basic Kbd Macro:: Defining and running keyboard macros.
+* Save Kbd Macro:: Giving keyboard macros names; saving them in files.
+* Kbd Macro Query:: Making keyboard macros do different things each time.
+
Customizing Key Bindings
* Keymaps:: Generalities. The global keymap.
@@ -1467,7 +1463,6 @@ edit files while running shell commands.
@include display.texi
@include search.texi
@include fixit.texi
-@include kmacro.texi
@include files.texi
@include buffers.texi
@include windows.texi
@@ -1547,6 +1542,3 @@ edit files while running shell commands.
@contents
@bye
-@ignore
- arch-tag: ed48740a-410b-46ea-9387-c9a9252a3392
-@end ignore