Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.484 emacs/src/buffer.c:1.485
*** emacs/src/buffer.c:1.484    Mon Jul  4 16:06:28 2005
--- emacs/src/buffer.c  Sun Jul 17 03:47:19 2005
***************
*** 3557,3566 ****
         doc: /* Create a new overlay with range BEG to END in BUFFER.
  If omitted, BUFFER defaults to the current buffer.
  BEG and END may be integers or markers.
! The fourth arg FRONT-ADVANCE, if non-nil, makes the
! front delimiter advance when text is inserted there.
! The fifth arg REAR-ADVANCE, if non-nil, makes the
! rear delimiter advance when text is inserted there.  */)
       (beg, end, buffer, front_advance, rear_advance)
       Lisp_Object beg, end, buffer;
       Lisp_Object front_advance, rear_advance;
--- 3557,3568 ----
         doc: /* Create a new overlay with range BEG to END in BUFFER.
  If omitted, BUFFER defaults to the current buffer.
  BEG and END may be integers or markers.
! The fourth arg FRONT-ADVANCE, if non-nil, makes the marker
! for the front of the overlay advance when text is inserted there
! (which means the text *is not* included in the overlay).
! The fifth arg REAR-ADVANCE, if non-nil, makes the marker
! for the rear of the overlay advance when text is inserted there
! (which means the text *is* included in the overlay).  */)
       (beg, end, buffer, front_advance, rear_advance)
       Lisp_Object beg, end, buffer;
       Lisp_Object front_advance, rear_advance;


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

Reply via email to