From: Xue Fuqiao Date: Tue, 29 Oct 2013 14:36:01 +0000 (+0800) Subject: * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1087 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e54711f396a93b280f6a8b879330e0780425c1ae;p=emacs.git * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index dc3358dd8c6..3007db94975 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index a489b424e9f..129fb76f238 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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