emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/emacs.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/emacs.texi
Date: Tue, 19 Aug 2003 12:22:54 -0400

Index: emacs/man/emacs.texi
diff -c emacs/man/emacs.texi:1.70 emacs/man/emacs.texi:1.71
*** emacs/man/emacs.texi:1.70   Tue Aug 19 06:28:00 2003
--- emacs/man/emacs.texi        Tue Aug 19 12:22:53 2003
***************
*** 166,171 ****
--- 166,173 ----
  * 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,339 ****
--- 336,351 ----
  * 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,728 ****
  * 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::
--- 733,738 ----
***************
*** 743,759 ****
                          of Emacs to run on particular occasions.
  * 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
  
--- 753,758 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]