emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sat, 16 Jul 2005 23:45:42 -0400

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 address@hidden, text inserted at the beginning
! of the overlay is excluded from the overlay.  If @var{read-advance} is
! address@hidden, 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 address@hidden, text inserted at the
! beginning of the overlay is excluded from the overlay.  If
! @var{rear-advance} is address@hidden, text inserted at the end of the
! overlay is included in the overlay.
  @end defun
  
  @defun overlay-start overlay




reply via email to

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