From c70a68dbf138528bdbdd84fdeee703343698d1e9 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 15 Mar 2008 09:22:43 +0000 Subject: [PATCH] (Finding Overlays): Say that empty overlays at the end of the buffer are reported too. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/display.texi | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7dea03d5e91..87060578e9b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2008-03-15 Martin Rudalics + + * display.texi (Finding Overlays): Say that empty overlays at + the end of the buffer are reported too. + 2008-03-13 Glenn Morris * elisp.texi (EMACSVER): Set to 23.0.60. 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 -- 2.39.2