aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 3677ec671f2..ede5d9e1ce8 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3968,7 +3968,7 @@ OVERLAY. */)
3968 3968
3969 3969
3970DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0, 3970DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0,
3971 doc: /* Return a list of the overlays that contain position POS. */) 3971 doc: /* Return a list of the overlays that contain the character at POS. */)
3972 (pos) 3972 (pos)
3973 Lisp_Object pos; 3973 Lisp_Object pos;
3974{ 3974{