aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b0497c71692..d45c8d70ce5 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -3944,7 +3944,9 @@ However, the overlays you get are the real objects that the buffer uses. */)
3944} 3944}
3945 3945
3946DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0, 3946DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0,
3947 doc: /* Recenter the overlays of the current buffer around position POS. */) 3947 doc: /* Recenter the overlays of the current buffer around position POS.
3948That makes overlay lookup faster for positions near POS (but perhaps slower
3949for positions far away from POS). */)
3948 (pos) 3950 (pos)
3949 Lisp_Object pos; 3951 Lisp_Object pos;
3950{ 3952{