comparison man/lispref/sequences.texi @ 335:54f7aa390f4f r21-0-65

Import from CVS: tag r21-0-65
author cvs
date Mon, 13 Aug 2007 10:50:39 +0200
parents 1ce6082ce73f
children cc15677e0335
comparison
equal deleted inserted replaced
334:58353925ad93 335:54f7aa390f4f
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