comparison src/buffer.c @ 78833:1a6e9c3bbc2d

(Foverlays_at): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Sep 2007 13:20:46 +0000
parents 922696f363b0
children fc2bcd2a8aad 5039706521c9
comparison
equal deleted inserted replaced
78832:a5aafa6afc0f 78833:1a6e9c3bbc2d
3935 return Fcopy_sequence (XOVERLAY (overlay)->plist); 3935 return Fcopy_sequence (XOVERLAY (overlay)->plist);
3936 } 3936 }
3937 3937
3938 3938
3939 DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0, 3939 DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0,
3940 doc: /* Return a list of the overlays that contain position POS. */) 3940 doc: /* Return a list of the overlays that contain the character at POS. */)
3941 (pos) 3941 (pos)
3942 Lisp_Object pos; 3942 Lisp_Object pos;
3943 { 3943 {
3944 int noverlays; 3944 int noverlays;
3945 Lisp_Object *overlay_vec; 3945 Lisp_Object *overlay_vec;