emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114844: * doc/lispref/display.texi (Abstract Displa


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114844: * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.
Date: Tue, 29 Oct 2013 14:36:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114844
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-29 22:36:01 +0800
message:
  * doc/lispref/display.texi (Abstract Display): Explain the meaning of Ewoc.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-10-29 14:15:52 +0000
+++ b/doc/lispref/ChangeLog     2013-10-29 14:36:01 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-10-29 14:23:07 +0000
+++ b/doc/lispref/display.texi  2013-10-29 14:36:01 +0000
@@ -5449,7 +5449,8 @@
   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]