(Foverlays_at): Doc fix.

This commit is contained in:
Richard M. Stallman 2007-09-19 13:20:51 +00:00
parent e0f06ac215
commit aabc29c88d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-09-19 Richard Stallman <rms@gnu.org>
* buffer.c (Foverlays_at): Doc fix.
2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
* fns.c (Fplist_put): Preserve uneven tail data.

View file

@ -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;
{