emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog display.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog display.texi
Date: Fri, 25 Sep 2009 03:36:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/25 03:36:16

Modified files:
        doc/lispref    : ChangeLog display.texi 

Log message:
        * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.327&r2=1.328
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/display.texi?cvsroot=emacs&r1=1.52&r2=1.53

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -b -r1.327 -r1.328
--- ChangeLog   22 Sep 2009 02:24:20 -0000      1.327
+++ ChangeLog   25 Sep 2009 03:36:16 -0000      1.328
@@ -1,3 +1,8 @@
+2009-09-25  David Engster  <address@hidden>
+
+       * display.texi (Managing Overlays): Document
+       copy-overlay (Bug#4549).
+
 2009-09-22  Glenn Morris  <address@hidden>
 
        * internals.texi (Building Emacs): Mention preloaded-file-list.

Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- display.texi        1 Sep 2009 02:54:16 -0000       1.52
+++ display.texi        25 Sep 2009 03:36:16 -0000      1.53
@@ -1269,6 +1269,14 @@
 current buffer.
 @end defun
 
address@hidden copy-overlay overlay
+This function returns a copy of @var{overlay}.  The copy has the same
+endpoints and properties as @var{overlay}.  However, the marker
+insertion type for the start of the overlay and for the end of the
+overlay are set to their default values (@pxref{Marker Insertion
+Types}).
address@hidden defun
+
   Here are some examples:
 
 @example




reply via email to

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