]> git.eshelyaron.com Git - emacs.git/commitdiff
(Foverlays_at): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Sep 2007 13:20:51 +0000 (13:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Sep 2007 13:20:51 +0000 (13:20 +0000)
src/ChangeLog
src/buffer.c

index 8bc8f1a90560f7b7b598d24e4093509a489c579f..7ea511551f091f8c48fae0be3e31ebd8e3b2f644 100644 (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.
index 554ca145b79507070c5d354ca2134233e334ab57..39a0ce1dab0c7962f4abb7130a46976f4756b952 100644 (file)
@@ -3937,7 +3937,7 @@ OVERLAY.  */)
 
 \f
 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;
 {