diff options
| author | Eli Zaretskii | 2022-11-10 12:18:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-11-10 12:18:18 +0200 |
| commit | 435861a3baa3dbe9deff7346161887883508dee6 (patch) | |
| tree | f8a68b0039cbc3f214e5a751fcae53ecb6e49e53 /src/buffer.c | |
| parent | 25b4cec31d580353995d87fe19ae4dab6e6e37de (diff) | |
| download | emacs-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.c | 4 |
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 | ||
| 3836 | Empty overlays are included in the result if they are located at BEG, | 3836 | Empty overlays are included in the result if they are located at BEG, |
| 3837 | between BEG and END, or at END provided END denotes the position at the | 3837 | between BEG and END, or at END provided END denotes the position at the |
| 3838 | end of the accessible part of the buffer. */) | 3838 | end of the accessible part of the buffer. |
| 3839 | |||
| 3840 | The 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; |