diff options
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; |