mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-26 08:10:47 -07:00
; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)
This commit is contained in:
parent
25b4cec31d
commit
435861a3ba
1 changed files with 3 additions and 1 deletions
|
|
@ -3835,7 +3835,9 @@ and also contained within the specified region.
|
|||
|
||||
Empty overlays are included in the result if they are located at BEG,
|
||||
between BEG and END, or at END provided END denotes the position at the
|
||||
end of the accessible part of the buffer. */)
|
||||
end of the accessible part of the buffer.
|
||||
|
||||
The resulting list of overlays is in an arbitrary unpredictable order. */)
|
||||
(Lisp_Object beg, Lisp_Object end)
|
||||
{
|
||||
ptrdiff_t len, noverlays;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue