# HG changeset patch # User Richard M. Stallman # Date 1190208046 0 # Node ID 1a6e9c3bbc2dc5e27a1578e3f9b941245e45d383 # Parent a5aafa6afc0fbcc8a9dd69ad733af6a3a7b760c7 (Foverlays_at): Doc fix. diff -r a5aafa6afc0f -r 1a6e9c3bbc2d src/buffer.c --- a/src/buffer.c Wed Sep 19 07:31:39 2007 +0000 +++ b/src/buffer.c Wed Sep 19 13:20:46 2007 +0000 @@ -3937,7 +3937,7 @@ 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; {