Mercurial > hg > xemacs-beta
diff man/lispref/extents.texi @ 1620:1fa8838efe99
[xemacs-hg @ 2003-08-13 11:07:35 by stephent]
extent docs <87smo5byy5.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 13 Aug 2003 11:07:40 +0000 |
parents | e7ef97881643 |
children | c91543697b09 |
line wrap: on
line diff
--- a/man/lispref/extents.texi Tue Aug 12 21:52:28 2003 +0000 +++ b/man/lispref/extents.texi Wed Aug 13 11:07:40 2003 +0000 @@ -574,7 +574,8 @@ @item invisible (Boolean) If @code{t}, text under this extent will not be displayed -- -it will look as if the text is not there at all. +it will look as if the text and the begin-glyph is not there at all. +The end-glyph will still be displayed. @item keymap (keymap or @code{nil}) This keymap is consulted for mouse clicks on this @@ -894,8 +895,9 @@ @section Interaction of Extents with Keyboard and Mouse Events If an extent has the @code{mouse-face} property set, it will be -highlighted when the mouse passes over it. Highlighting is accomplished -by merging the extent's face with the face or faces specified by the +highlighted when the mouse passes over it. This includes the +begin-glyph, but not the end-glyph. Highlighting is accomplished by +merging the extent's face with the face or faces specified by the @code{mouse-face} property. The effect is as if a pseudo-extent with the @code{mouse-face} face were inserted after the extent in the display order (@pxref{Extent Endpoints}, display order).