diff options
| author | Richard M. Stallman | 2007-09-19 13:20:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-09-19 13:20:51 +0000 |
| commit | aabc29c88d4d6c55acabb1988e44fc3a907d4622 (patch) | |
| tree | d57896e6f1056ba917361e47fdba6e0eb2309c0c /src/buffer.c | |
| parent | e0f06ac215ce846f0189680b09d7183ad5fd0472 (diff) | |
| download | emacs-aabc29c88d4d6c55acabb1988e44fc3a907d4622.tar.gz emacs-aabc29c88d4d6c55acabb1988e44fc3a907d4622.zip | |
(Foverlays_at): Doc fix.
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 | { |