]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/display.texi (Abstract Display): Improve indexing.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 30 Oct 2013 10:08:11 +0000 (18:08 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 30 Oct 2013 10:08:11 +0000 (18:08 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index f2ca420ea908bdc427d248f6a054274ec53277be..fa081f1e7aaa0efc8cb96ee0ced2622f32562c41 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Abstract Display): Improve indexing.
+
 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * display.texi (Selective Display): Discourage the use of explicit
index 898da89c24ab404de2af5eac11d268cca17dd98b..07ab2c6745fa5c29bd217ea0af9f47d20e081360 100644 (file)
@@ -5469,6 +5469,8 @@ The text's start position in the buffer.
 The header and footer strings.
 
 @item
+@cindex node, ewoc
+@c or "@cindex node, abstract display"?
 A doubly-linked chain of @dfn{nodes}, each of which contains:
 
 @itemize
@@ -5493,6 +5495,8 @@ between buffer positions and nodes, move point from one node's textual
 representation to another, and so forth.  @xref{Abstract Display
 Functions}.
 
+@cindex encapsulation, ewoc
+@c or "@cindex encapsulation, abstract display"?
   A node @dfn{encapsulates} a data element much the way a variable
 holds a value.  Normally, encapsulation occurs as a part of adding a
 node to the ewoc.  You can retrieve the data element value and place a