summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-03 19:05:47 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-03 19:05:47 +0000
commit99297d62fd88092da5288816af5100610060a46a (patch)
tree21415594cc51db37dc1ec33092938837f831af4c /lispref
parentac1d7a06c113a0ca9a6edaa31517af1a62af80c5 (diff)
downloademacs-99297d62fd88092da5288816af5100610060a46a.tar.gz
(Top): Update subnode menu for Display.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/elisp.texi5
1 files changed, 2 insertions, 3 deletions
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.