]> git.eshelyaron.com Git - emacs.git/commitdiff
(Foverlay_recenter): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:07:38 +0000 (05:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:07:38 +0000 (05:07 +0000)
src/buffer.c

index b0497c716929009576948cc5d49112ce43b1d584..d45c8d70ce5fb3635e3fa96572c31ec853090d32 100644 (file)
@@ -3944,7 +3944,9 @@ However, the overlays you get are the real objects that the buffer uses.  */)
 }
 
 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;
 {