aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-03-15 09:22:43 +0000
committerMartin Rudalics2008-03-15 09:22:43 +0000
commitc70a68dbf138528bdbdd84fdeee703343698d1e9 (patch)
treebf6675228a31a29d92f7d5c1179d30f5a7cf5c7b
parent7723e095a73686826f1f28d86f22420355790629 (diff)
downloademacs-c70a68dbf138528bdbdd84fdeee703343698d1e9.tar.gz
emacs-c70a68dbf138528bdbdd84fdeee703343698d1e9.zip
(Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi4
2 files changed, 8 insertions, 1 deletions
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 @@
12008-03-15 Martin Rudalics <rudalics@gmx.at>
2
3 * display.texi (Finding Overlays): Say that empty overlays at
4 the end of the buffer are reported too.
5
12008-03-13 Glenn Morris <rgm@gnu.org> 62008-03-13 Glenn Morris <rgm@gnu.org>
2 7
3 * elisp.texi (EMACSVER): Set to 23.0.60. 8 * 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
1542@var{beg} through @var{end}. ``Overlap'' means that at least one 1542@var{beg} through @var{end}. ``Overlap'' means that at least one
1543character is contained within the overlay and also contained within the 1543character is contained within the overlay and also contained within the
1544specified region; however, empty overlays are included in the result if 1544specified region; however, empty overlays are included in the result if
1545they are located at @var{beg}, or strictly between @var{beg} and @var{end}. 1545they are located at @var{beg}, strictly between @var{beg} and @var{end},
1546or at @var{end} when @var{end} denotes the position at the end of the
1547buffer.
1546@end defun 1548@end defun
1547 1549
1548@defun next-overlay-change pos 1550@defun next-overlay-change pos