(Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.
This commit is contained in:
parent
7723e095a7
commit
c70a68dbf1
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-15 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* display.texi (Finding Overlays): Say that empty overlays at
|
||||
the end of the buffer are reported too.
|
||||
|
||||
2008-03-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* elisp.texi (EMACSVER): Set to 23.0.60.
|
||||
|
|
|
@ -1542,7 +1542,9 @@ This function returns a list of the overlays that overlap the region
|
|||
@var{beg} through @var{end}. ``Overlap'' means that at least one
|
||||
character is contained within the overlay and also contained within the
|
||||
specified region; however, empty overlays are included in the result if
|
||||
they are located at @var{beg}, or strictly between @var{beg} and @var{end}.
|
||||
they are located at @var{beg}, strictly between @var{beg} and @var{end},
|
||||
or at @var{end} when @var{end} denotes the position at the end of the
|
||||
buffer.
|
||||
@end defun
|
||||
|
||||
@defun next-overlay-change pos
|
||||
|
|
Loading…
Add table
Reference in a new issue