1
Fork 0
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:
Eli Zaretskii 2022-11-10 12:18:18 +02:00
parent 25b4cec31d
commit 435861a3ba

View file

@ -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;