aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2022-11-10 12:18:18 +0200
committerEli Zaretskii2022-11-10 12:18:18 +0200
commit435861a3baa3dbe9deff7346161887883508dee6 (patch)
treef8a68b0039cbc3f214e5a751fcae53ecb6e49e53 /src/buffer.c
parent25b4cec31d580353995d87fe19ae4dab6e6e37de (diff)
downloademacs-435861a3baa3dbe9deff7346161887883508dee6.tar.gz
emacs-435861a3baa3dbe9deff7346161887883508dee6.zip
; * src/buffer.c (Foverlays_in): Doc fix. (Bug#59067)
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
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.
3835 3835
3836Empty overlays are included in the result if they are located at BEG, 3836Empty overlays are included in the result if they are located at BEG,
3837between BEG and END, or at END provided END denotes the position at the 3837between BEG and END, or at END provided END denotes the position at the
3838end of the accessible part of the buffer. */) 3838end of the accessible part of the buffer.
3839
3840The resulting list of overlays is in an arbitrary unpredictable order. */)
3839 (Lisp_Object beg, Lisp_Object end) 3841 (Lisp_Object beg, Lisp_Object end)
3840{ 3842{
3841 ptrdiff_t len, noverlays; 3843 ptrdiff_t len, noverlays;