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 b554cf41874..ec26ff82c78 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3927,7 +3927,9 @@ END. | |||
| 3927 | 3927 | ||
| 3928 | Empty overlays do not contain any characters, so they are included in the | 3928 | Empty overlays do not contain any characters, so they are included in the |
| 3929 | result if they are located at BEG, between BEG and END, or at END provided | 3929 | result if they are located at BEG, between BEG and END, or at END provided |
| 3930 | END denotes the position at the end of the buffer. | 3930 | END denotes the position at the end of the buffer. (If BEG and END are the |
| 3931 | same buffer position, an empty overlay at BEG will also be at END, but it | ||
| 3932 | still qualifies because it's at BEG.) | ||
| 3931 | 3933 | ||
| 3932 | The resulting list of overlays is in an arbitrary unpredictable order. | 3934 | The resulting list of overlays is in an arbitrary unpredictable order. |
| 3933 | 3935 | ||