]> git.eshelyaron.com Git - emacs.git/commitdiff
(Managing Overlays): Clarify make-overlay args for insertion types.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Jul 2005 03:45:41 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Jul 2005 03:45:41 +0000 (03:45 +0000)
lispref/display.texi

index 75d20f7e51caa4e765c4b356e608a201f886a7d4..de024a71b328b53ec69cce95517f70395ae9c33b 100644 (file)
@@ -1133,12 +1133,14 @@ markers.  If @var{buffer} is omitted, the overlay is created in the
 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 non-@code{nil}, text inserted at the beginning
-of the overlay is excluded from the overlay.  If @var{read-advance} is
-non-@code{nil}, text inserted at the beginning of the overlay is
-included in the overlay.
+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 non-@code{nil}, text inserted at the
+beginning of the overlay is excluded from the overlay.  If
+@var{rear-advance} is non-@code{nil}, text inserted at the end of the
+overlay is included in the overlay.
 @end defun
 
 @defun overlay-start overlay