From aabc29c88d4d6c55acabb1988e44fc3a907d4622 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 19 Sep 2007 13:20:51 +0000 Subject: (Foverlays_at): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.c') 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. */) DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0, - doc: /* Return a list of the overlays that contain position POS. */) + doc: /* Return a list of the overlays that contain the character at POS. */) (pos) Lisp_Object pos; { -- cgit v1.2.3