* doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.

This commit is contained in:
Xue Fuqiao 2013-10-29 22:36:01 +08:00
parent 836b431328
commit e54711f396
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
Use @code instead of @var for a normal variable.
(Multi-Frame Images): Improve indexing.
(Button Buffer Commands): Use @code instead of @var for a normal variable.
(Abstract Display): Explain the meaning of Ewoc.
2013-10-27 Xue Fuqiao <xfq.free@gmail.com>

View file

@ -5449,7 +5449,8 @@ in the search, instead of starting at the next button.
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
``model/view/controller'' design paradigm.
``model/view/controller'' design paradigm. Ewoc means ``Emacs's
Widget for Object Collections''.
An @dfn{ewoc} is a structure that organizes information required to
construct buffer text that represents certain Lisp data. The buffer