emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 435861a3ba: ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067


From: Eli Zaretskii
Subject: master 435861a3ba: ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)
Date: Thu, 10 Nov 2022 05:18:41 -0500 (EST)

branch: master
commit 435861a3baa3dbe9deff7346161887883508dee6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/buffer.c (Foverlays_in): Doc fix.  (Bug#59067)
---
 src/buffer.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/buffer.c b/src/buffer.c
index ec2d34daf8..9be2c4a970 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]