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:
parent
872d74eb43
commit
c87426c597
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue