diff options
| author | Richard M. Stallman | 2006-01-31 18:18:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-31 18:18:04 +0000 |
| commit | 63c5dbcf82f4d9487ef212c2c9cb460c54d147c4 (patch) | |
| tree | cb790c2cded5c40b39aaf987001f3e99b76c5958 | |
| parent | dc9bfb46ba5512ab376aa68a63c7c709009511b7 (diff) | |
| download | emacs-63c5dbcf82f4d9487ef212c2c9cb460c54d147c4.tar.gz emacs-63c5dbcf82f4d9487ef212c2c9cb460c54d147c4.zip | |
(Top): Update subnode menus.
| -rw-r--r-- | man/emacs.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 703ca8e5678..34c619de33c 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -235,7 +235,7 @@ Basic Editing Commands | |||
| 235 | * Moving Point:: How to move the cursor to the place where you want to | 235 | * Moving Point:: How to move the cursor to the place where you want to |
| 236 | change something. | 236 | change something. |
| 237 | * Erasing:: Deleting and killing text. | 237 | * Erasing:: Deleting and killing text. |
| 238 | * Undo:: Undoing recent changes in the text. | 238 | * Basic Undo:: Undoing recent changes in the text. |
| 239 | * Basic Files:: Visiting, creating, and saving files. | 239 | * Basic Files:: Visiting, creating, and saving files. |
| 240 | * Basic Help:: Asking what a character does. | 240 | * Basic Help:: Asking what a character does. |
| 241 | * Blank Lines:: Commands to make or delete blank lines. | 241 | * Blank Lines:: Commands to make or delete blank lines. |
| @@ -307,16 +307,15 @@ Registers | |||
| 307 | 307 | ||
| 308 | Controlling the Display | 308 | Controlling the Display |
| 309 | 309 | ||
| 310 | * Scrolling:: Moving text up and down in a window. | ||
| 311 | * Horizontal Scrolling:: Moving text left and right in a window. | ||
| 312 | * Follow Mode:: Follow mode lets two windows scroll as one. | ||
| 310 | * Faces:: How to change the display style using faces. | 313 | * Faces:: How to change the display style using faces. |
| 311 | * Standard Faces:: Emacs' predefined faces. | 314 | * Standard Faces:: Emacs' predefined faces. |
| 312 | * Font Lock:: Minor mode for syntactic highlighting using faces. | 315 | * Font Lock:: Minor mode for syntactic highlighting using faces. |
| 313 | * Highlight Interactively:: Tell Emacs what text to highlight. | 316 | * Highlight Interactively:: Tell Emacs what text to highlight. |
| 314 | * Highlight Changes:: Using colors to show where you changed the buffer. | ||
| 315 | * Scrolling:: Moving text up and down in a window. | ||
| 316 | * Horizontal Scrolling:: Moving text left and right in a window. | ||
| 317 | * Fringes:: Enabling or disabling window fringes. | 317 | * Fringes:: Enabling or disabling window fringes. |
| 318 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. | 318 | * Useless Whitespace:: Showing possibly-spurious trailing whitespace. |
| 319 | * Follow Mode:: Follow mode lets two windows scroll as one. | ||
| 320 | * Selective Display:: Hiding lines with lots of indentation. | 319 | * Selective Display:: Hiding lines with lots of indentation. |
| 321 | * Optional Mode Line:: Optional mode line display features. | 320 | * Optional Mode Line:: Optional mode line display features. |
| 322 | * Text Display:: How text characters are normally displayed. | 321 | * Text Display:: How text characters are normally displayed. |
| @@ -343,6 +342,7 @@ Replacement Commands | |||
| 343 | 342 | ||
| 344 | Commands for Fixing Typos | 343 | Commands for Fixing Typos |
| 345 | 344 | ||
| 345 | * Undo:: Full details of Emacs undo commands. | ||
| 346 | * Kill Errors:: Commands to kill a batch of recently entered text. | 346 | * Kill Errors:: Commands to kill a batch of recently entered text. |
| 347 | * Transpose:: Exchanging two characters, words, lines, lists... | 347 | * Transpose:: Exchanging two characters, words, lines, lists... |
| 348 | * Fixing Case:: Correcting case of last word entered. | 348 | * Fixing Case:: Correcting case of last word entered. |