1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(Abstract Display): Fix typo.

This commit is contained in:
Thien-Thi Nguyen 2006-06-03 22:51:32 +00:00
parent ff3e9dbcc7
commit 71ee3e042e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
* display.texi (Abstract Display): Fix typo.
2006-06-03 Eli Zaretskii <eliz@gnu.org>
* minibuf.texi (Minibuffer History) <history-add-new-input>:

View File

@ -4631,7 +4631,7 @@ buffer. If @var{count-current} is non-@code{nil}, count any button at
The Ewoc package constructs buffer text that represents a structure
of Lisp objects, and updates the text to follow changes in that
structure. This is like the ``view'' component in the the
structure. This is like the ``view'' component in the
``model/view/controller'' design paradigm.
An @dfn{ewoc} is a structure that organizes information required to