diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8bc8f1a9056..7ea511551f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Foverlays_at): Doc fix. | ||
| 4 | |||
| 1 | 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * fns.c (Fplist_put): Preserve uneven tail data. | 7 | * fns.c (Fplist_put): Preserve uneven tail data. |
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 | { |