# HG changeset patch # User Richard M. Stallman # Date 1050469658 0 # Node ID d91f2dfe45eb85ec71caf299b9241b63c0412a86 # Parent f37984f9315160e5361a9464cbc62a61a25efa71 (Foverlay_recenter): Doc fix. diff -r f37984f93151 -r d91f2dfe45eb src/buffer.c --- 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; {