(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 8bc8f1a..7ea5115 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 554ca14..39a0ce1 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;
 {