From e54711f396a93b280f6a8b879330e0780425c1ae Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 29 Oct 2013 22:36:01 +0800 Subject: [PATCH] * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc. --- doc/lispref/ChangeLog | 1 + doc/lispref/display.texi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5