1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

(Foverlay_recenter): Doc fix.

This commit is contained in:
Richard M. Stallman 2003-04-16 05:07:38 +00:00
parent 872d74eb43
commit c87426c597

View 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;
{