diff src/buffer.c @ 50605:d91f2dfe45eb

(Foverlay_recenter): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:07:38 +0000
parents d9d826db650f
children 7ac9c3bea5ea
line wrap: on
line diff
--- a/src/buffer.c	Wed Apr 16 05:06:35 2003 +0000
+++ b/src/buffer.c	Wed Apr 16 05:07:38 2003 +0000
@@ -3944,7 +3944,9 @@
 }
 
 DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0,
-       doc: /* Recenter the overlays of the current buffer around position POS.  */)
+       doc: /* Recenter the overlays of the current buffer around position POS.
+That makes overlay lookup faster for positions near POS (but perhaps slower
+for positions far away from POS).  */)
      (pos)
      Lisp_Object pos;
 {