Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c70a68db
Commit
c70a68db
authored
Mar 15, 2008
by
Martin Rudalics
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.
parent
7723e095
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+3
-1
No files found.
doc/lispref/ChangeLog
View file @
c70a68db
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
.
...
...
doc/lispref/display.texi
View file @
c70a68db
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment