diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 554ca145b79..39a0ce1dab0 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3937,7 +3937,7 @@ OVERLAY. */) | |||
| 3937 | 3937 | ||
| 3938 | 3938 | ||
| 3939 | DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0, | 3939 | DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0, |
| 3940 | doc: /* Return a list of the overlays that contain position POS. */) | 3940 | doc: /* Return a list of the overlays that contain the character at POS. */) |
| 3941 | (pos) | 3941 | (pos) |
| 3942 | Lisp_Object pos; | 3942 | Lisp_Object pos; |
| 3943 | { | 3943 | { |