Mercurial > emacs
changeset 78833:1a6e9c3bbc2d
(Foverlays_at): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 19 Sep 2007 13:20:46 +0000 |
parents | a5aafa6afc0f |
children | ca69a6b2779d |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {