Mercurial > emacs
diff src/buffer.c @ 78833:1a6e9c3bbc2d
(Foverlays_at): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 19 Sep 2007 13:20:46 +0000 |
| parents | 922696f363b0 |
| children | fc2bcd2a8aad 5039706521c9 |
line wrap: on
line diff
--- 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; {
