Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.175 emacs/lispref/display.texi:1.176
*** emacs/lispref/display.texi:1.175    Fri Jul  8 16:09:32 2005
--- emacs/lispref/display.texi  Sun Jul 17 03:45:41 2005
***************
*** 1133,1144 ****
  current buffer.
  
  The arguments @var{front-advance} and @var{rear-advance} specify the
! insertion type for the start of the overlay and for the end of the
! overlay, respectively.  @xref{Marker Insertion Types}.  If
! @var{front-advance} is [EMAIL PROTECTED], text inserted at the beginning
! of the overlay is excluded from the overlay.  If @var{read-advance} is
! [EMAIL PROTECTED], text inserted at the beginning of the overlay is
! included in the overlay.
  @end defun
  
  @defun overlay-start overlay
--- 1133,1146 ----
  current buffer.
  
  The arguments @var{front-advance} and @var{rear-advance} specify the
! marker insertion type for the start of the overlay and for the end of
! the overlay, respectively.  @xref{Marker Insertion Types}.  If they
! are both @code{nil}, the default, then the overlay extends to include
! any text inserted at the beginning, but not text inserted at the end.
! If @var{front-advance} is [EMAIL PROTECTED], text inserted at the
! beginning of the overlay is excluded from the overlay.  If
! @var{rear-advance} is [EMAIL PROTECTED], text inserted at the end of the
! overlay is included in the overlay.
  @end defun
  
  @defun overlay-start overlay


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to