comparison doc/lispref/display.texi @ 92977:8a79cbd87921

(Finding Overlays): Say that empty overlays at the end of the buffer are reported too.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 15 Mar 2008 09:22:10 +0000
parents 1c088baa9d2d
children 3ce489895028
comparison
equal deleted inserted replaced
92976:166265ab1522 92977:8a79cbd87921
1540 @defun overlays-in beg end 1540 @defun overlays-in beg end
1541 This function returns a list of the overlays that overlap the region 1541 This function returns a list of the overlays that overlap the region
1542 @var{beg} through @var{end}. ``Overlap'' means that at least one 1542 @var{beg} through @var{end}. ``Overlap'' means that at least one
1543 character is contained within the overlay and also contained within the 1543 character is contained within the overlay and also contained within the
1544 specified region; however, empty overlays are included in the result if 1544 specified region; however, empty overlays are included in the result if
1545 they are located at @var{beg}, or strictly between @var{beg} and @var{end}. 1545 they are located at @var{beg}, strictly between @var{beg} and @var{end},
1546 or at @var{end} when @var{end} denotes the position at the end of the
1547 buffer.
1546 @end defun 1548 @end defun
1547 1549
1548 @defun next-overlay-change pos 1550 @defun next-overlay-change pos
1549 This function returns the buffer position of the next beginning or end 1551 This function returns the buffer position of the next beginning or end
1550 of an overlay, after @var{pos}. If there is none, it returns 1552 of an overlay, after @var{pos}. If there is none, it returns