From c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Apr 2003 05:07:38 +0000 Subject: [PATCH] (Foverlay_recenter): Doc fix. --- src/buffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; { -- 2.39.2