comparison man/lispref/extents.texi @ 369:1d62742628b6 r21-1-14

Import from CVS: tag r21-1-14
author cvs
date Mon, 13 Aug 2007 11:01:51 +0200
parents 54f7aa390f4f
children cc15677e0335
comparison
equal deleted inserted replaced
368:397a7324211a 369:1d62742628b6
821 @itemize @bullet 821 @itemize @bullet
822 @item 822 @item
823 When a string is created using @code{buffer-substring} or 823 When a string is created using @code{buffer-substring} or
824 @code{buffer-string}, any duplicable extents in the region corresponding 824 @code{buffer-string}, any duplicable extents in the region corresponding
825 to the string will be copied into the string (@pxref{Buffer 825 to the string will be copied into the string (@pxref{Buffer
826 Contents}). When the string in inserted into a buffer using 826 Contents}). When the string is inserted into a buffer using
827 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or 827 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or
828 @code{insert-buffer-substring}, the extents in the string will be copied 828 @code{insert-buffer-substring}, the extents in the string will be copied
829 back into the buffer (@pxref{Insertion}). The extents in a string can, 829 back into the buffer (@pxref{Insertion}). The extents in a string can,
830 of course, be retrieved explicitly using the standard extent primitives 830 of course, be retrieved explicitly using the standard extent primitives
831 over the string. 831 over the string.