# HG changeset patch # User Martin Rudalics # Date 1205572930 0 # Node ID 8a79cbd87921036f63f496a26bf44aa19a2a8789 # Parent 166265ab15223695fdd1f0bbd4b6c03d9ac4a78d (Finding Overlays): Say that empty overlays at the end of the buffer are reported too. diff -r 166265ab1522 -r 8a79cbd87921 doc/lispref/display.texi --- a/doc/lispref/display.texi Sat Mar 15 09:14:40 2008 +0000 +++ b/doc/lispref/display.texi Sat Mar 15 09:22:10 2008 +0000 @@ -1542,7 +1542,9 @@ @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