emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Wed, 16 Apr 2003 01:07:38 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.416 emacs/src/buffer.c:1.417
*** emacs/src/buffer.c:1.416    Tue Mar 25 11:20:38 2003
--- emacs/src/buffer.c  Wed Apr 16 01:07:38 2003
***************
*** 3944,3950 ****
  }
  
  DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0,
!        doc: /* Recenter the overlays of the current buffer around position 
POS.  */)
       (pos)
       Lisp_Object pos;
  {
--- 3944,3952 ----
  }
  
  DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0,
!        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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]