diff options
Diffstat (limited to 'doc/lispref/display.texi')
-rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c647111047c..c8118deb14e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 |