changeset 50605:d91f2dfe45eb

(Foverlay_recenter): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:07:38 +0000
parents f37984f93151
children 0fbbfbc3ddfe
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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;
 {