Mercurial > hg > xemacs-beta
comparison man/lispref/extents.texi @ 456:e7ef97881643 r21-2-43
Import from CVS: tag r21-2-43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:41:24 +0200 |
parents | 576fb035e263 |
children | 1fa8838efe99 |
comparison
equal
deleted
inserted
replaced
455:5b97c1cd6ed0 | 456:e7ef97881643 |
---|---|
830 @itemize @bullet | 830 @itemize @bullet |
831 @item | 831 @item |
832 When a string is created using @code{buffer-substring} or | 832 When a string is created using @code{buffer-substring} or |
833 @code{buffer-string}, any duplicable extents in the region corresponding | 833 @code{buffer-string}, any duplicable extents in the region corresponding |
834 to the string will be copied into the string (@pxref{Buffer | 834 to the string will be copied into the string (@pxref{Buffer |
835 Contents}). When the string in inserted into a buffer using | 835 Contents}). When the string is inserted into a buffer using |
836 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or | 836 @code{insert}, @code{insert-before-markers}, @code{insert-buffer} or |
837 @code{insert-buffer-substring}, the extents in the string will be copied | 837 @code{insert-buffer-substring}, the extents in the string will be copied |
838 back into the buffer (@pxref{Insertion}). The extents in a string can, | 838 back into the buffer (@pxref{Insertion}). The extents in a string can, |
839 of course, be retrieved explicitly using the standard extent primitives | 839 of course, be retrieved explicitly using the standard extent primitives |
840 over the string. | 840 over the string. |