Mercurial > hg > xemacs-beta
diff man/lispref/extents.texi @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 7d59cb494b73 |
children | 501cfd01ee6d |
line wrap: on
line diff
--- a/man/lispref/extents.texi Mon Aug 13 11:12:06 2007 +0200 +++ b/man/lispref/extents.texi Mon Aug 13 11:13:30 2007 +0200 @@ -286,7 +286,7 @@ The following low-level functions are provided for explicitly traversing the extents in a buffer according to the display order. -These functions are mostly intended for debugging -- in normal +These functions are mostly intended for debugging---in normal operation, you should probably use @code{mapcar-extents} or @code{map-extents}, or loop using the @var{before} argument to @code{extent-at}, rather than creating a loop using @code{next-extent}. @@ -778,7 +778,7 @@ It is possible for an extent's parent to itself have a parent, and so on. Through this, a whole tree of extents can be created, all deriving their properties from one root extent. Note, however, -that you cannot create an inheritance loop -- this is explicitly +that you cannot create an inheritance loop---this is explicitly disallowed. Parent extents are used to implement the extents over the modeline.