* doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:36:01 +0000 (22:36 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 29 Oct 2013 14:36:01 +0000 (22:36 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index dc3358d..3007db9 100644 (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>
 
index a489b42..129fb76 100644 (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