From: Eli Zaretskii Date: Thu, 10 Nov 2022 10:18:18 +0000 (+0200) Subject: ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067) X-Git-Tag: emacs-29.0.90~1616^2~215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=435861a3baa3dbe9deff7346161887883508dee6;p=emacs.git ; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067) --- 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;