From: Richard M. Stallman Date: Tue, 31 Jan 2006 18:18:04 +0000 (+0000) Subject: (Top): Update subnode menus. X-Git-Tag: emacs-pretest-22.0.90~4471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63c5dbcf82f4d9487ef212c2c9cb460c54d147c4;p=emacs.git (Top): Update subnode menus. --- 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 * Moving Point:: How to move the cursor to the place where you want to change something. * Erasing:: Deleting and killing text. -* Undo:: Undoing recent changes in the text. +* Basic Undo:: Undoing recent changes in the text. * Basic Files:: Visiting, creating, and saving files. * Basic Help:: Asking what a character does. * Blank Lines:: Commands to make or delete blank lines. @@ -307,16 +307,15 @@ Registers Controlling the Display +* Scrolling:: Moving text up and down in a window. +* Horizontal Scrolling:: Moving text left and right in a window. +* Follow Mode:: Follow mode lets two windows scroll as one. * Faces:: How to change the display style using faces. * Standard Faces:: Emacs' predefined faces. * Font Lock:: Minor mode for syntactic highlighting using faces. * Highlight Interactively:: Tell Emacs what text to highlight. -* Highlight Changes:: Using colors to show where you changed the buffer. -* Scrolling:: Moving text up and down in a window. -* Horizontal Scrolling:: Moving text left and right in a window. * Fringes:: Enabling or disabling window fringes. * Useless Whitespace:: Showing possibly-spurious trailing whitespace. -* Follow Mode:: Follow mode lets two windows scroll as one. * Selective Display:: Hiding lines with lots of indentation. * Optional Mode Line:: Optional mode line display features. * Text Display:: How text characters are normally displayed. @@ -343,6 +342,7 @@ Replacement Commands Commands for Fixing Typos +* Undo:: Full details of Emacs undo commands. * Kill Errors:: Commands to kill a batch of recently entered text. * Transpose:: Exchanging two characters, words, lines, lists... * Fixing Case:: Correcting case of last word entered.