diff man/lispref/extents.texi @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents dbb370e3c29e
children e45d5e7c476e
line wrap: on
line diff
--- a/man/lispref/extents.texi	Mon Aug 13 09:12:43 2007 +0200
+++ b/man/lispref/extents.texi	Mon Aug 13 09:13:56 2007 +0200
@@ -84,12 +84,12 @@
 property controls whether the extent is highlighted when the mouse moves
 over it.  @xref{Extents and Events}.
 
-  An extent can optionally have a @dfn{start-glyph} or @dfn{end-glyph}
-(but not both at one time) associated with it.  A start-glyph or
+  An extent can optionally have a @dfn{begin-glyph} or @dfn{end-glyph}
+(but not both at one time) associated with it.  A begin-glyph or
 end-glyph is a pixmap or string that will be displayed either at the
 start or end of an extent or in the margin of the line that the start
 or end of the extent lies in, depending on the extent's layout policy.
-Start-glyphs and end-glyphs are used to implement annotations, and you
+Begin-glyphs and end-glyphs are used to implement annotations, and you
 should use the annotation API functions in preference to the 
 lower-level extent functions.  For more information, @xref{Annotations}.