From: Richard M. Stallman Date: Sun, 3 Jul 2005 19:05:47 +0000 (+0000) Subject: (Top): Update subnode menu for Display. X-Git-Tag: emacs-pretest-22.0.90~8479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99297d62fd88092da5288816af5100610060a46a;p=emacs.git (Top): Update subnode menu for Display. --- diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 9e52b39223e..f954cdc220e 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -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.