From: Richard M. Stallman Date: Wed, 16 Apr 2003 05:07:38 +0000 (+0000) Subject: (Foverlay_recenter): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~10500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4;p=emacs.git (Foverlay_recenter): Doc fix. --- 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. */) } 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; {