From: Richard M. Stallman Date: Wed, 19 Sep 2007 13:20:51 +0000 (+0000) Subject: (Foverlays_at): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aabc29c88d4d6c55acabb1988e44fc3a907d4622;p=emacs.git (Foverlays_at): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8bc8f1a9056..7ea511551f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-19 Richard Stallman + + * buffer.c (Foverlays_at): Doc fix. + 2007-09-18 Stefan Monnier * fns.c (Fplist_put): Preserve uneven tail data. 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; {