From 435861a3baa3dbe9deff7346161887883508dee6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Nov 2022 12:18:18 +0200 Subject: [PATCH] ; * 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 ec2d34daf89..9be2c4a970e 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; -- 2.39.5