]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 10:18:18 +0000 (12:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Nov 2022 10:18:18 +0000 (12:18 +0200)
src/buffer.c

index ec2d34daf89b0e0e8af52e55dae23c5946998705..9be2c4a970e0429b52156b407d1848a2713044e5 100644 (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;