]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Update subnode menu for Display.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 19:05:47 +0000 (19:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 19:05:47 +0000 (19:05 +0000)
lispref/elisp.texi

index 9e52b39223eb40415df586cbc28942000aca94ba..f954cdc220ef106e603ec00df455758c816a3018 100644 (file)
@@ -984,11 +984,10 @@ Emacs Display
 * Refresh Screen::          Clearing the screen and redrawing everything on it.
 * Forcing Redisplay::       Forcing redisplay.
 * Truncation::              Folding or wrapping long text lines.
-* The Echo Area::           Where messages are displayed.
+* The Echo Area::           Displaying messages at the bottom of the screen.
 * Warnings::                Displaying warning messages for the user.
-* Progress::                Informing user about progress of a long operation.
 * Invisible Text::          Hiding part of the buffer text.
-* Selective Display::       Hiding part of the buffer text.
+* Selective Display::       Hiding part of the buffer text (the old way).
 * Temporary Displays::      Displays that go away automatically.
 * Overlays::               Use overlays to highlight parts of the buffer.
 * Width::                   How wide a character or string is on the screen.