comparison man/lispref/sequences.texi @ 394:7d59cb494b73 r21-2-12

Import from CVS: tag r21-2-12
author cvs
date Mon, 13 Aug 2007 11:11:37 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
393:2e030b8965b1 394:7d59cb494b73
89 89
90 If the sequence is a string with extents or text properties, the extents 90 If the sequence is a string with extents or text properties, the extents
91 and text properties in the copy are also copied, not shared with the 91 and text properties in the copy are also copied, not shared with the
92 original. (This means that modifying the extents or text properties of 92 original. (This means that modifying the extents or text properties of
93 the original will not affect the copy.) However, the actual values of 93 the original will not affect the copy.) However, the actual values of
94 the properties are shared. @xref{Extents}; @xref{Text Properties}. 94 the properties are shared. @xref{Extents}, @xref{Text Properties}.
95 95
96 See also @code{append} in @ref{Building Lists}, @code{concat} in 96 See also @code{append} in @ref{Building Lists}, @code{concat} in
97 @ref{Creating Strings}, @code{vconcat} in @ref{Vectors}, and 97 @ref{Creating Strings}, @code{vconcat} in @ref{Vectors}, and
98 @code{bvconcat} in @ref{Bit Vectors}, for other ways to copy sequences. 98 @code{bvconcat} in @ref{Bit Vectors}, for other ways to copy sequences.
99 99
270 @item 270 @item
271 Strings are printed in a way that shows the contents more clearly 271 Strings are printed in a way that shows the contents more clearly
272 as characters. 272 as characters.
273 273
274 @item 274 @item
275 Strings can hold extent and text properties. @xref{Extents}; @xref{Text 275 Strings can hold extent and text properties. @xref{Extents}, @xref{Text
276 Properties}. 276 Properties}.
277 277
278 @item 278 @item
279 Many of the specialized editing and I/O facilities of XEmacs accept only 279 Many of the specialized editing and I/O facilities of XEmacs accept only
280 strings. For example, you cannot insert a vector of characters into a 280 strings. For example, you cannot insert a vector of characters into a