(Foverlays_at): Doc fix.
This commit is contained in:
parent
e0f06ac215
commit
aabc29c88d
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue