[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/elisp.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/elisp.texi |
Date: |
Sun, 03 Jul 2005 15:05:47 -0400 |
Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.61 emacs/lispref/elisp.texi:1.62
*** emacs/lispref/elisp.texi:1.61 Tue Jun 21 18:39:14 2005
--- emacs/lispref/elisp.texi Sun Jul 3 19:05:47 2005
***************
*** 984,994 ****
* 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.
* 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.
* 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.
--- 984,993 ----
* Refresh Screen:: Clearing the screen and redrawing everything on
it.
* Forcing Redisplay:: Forcing redisplay.
* Truncation:: Folding or wrapping long text lines.
! * The Echo Area:: Displaying messages at the bottom of the screen.
* Warnings:: Displaying warning messages for the user.
* Invisible Text:: 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.
- [Emacs-diffs] Changes to emacs/lispref/elisp.texi,
Richard M . Stallman <=