comparison lispref/sequences.texi @ 26239:62de8a433d0e

Patch from rms.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Oct 1999 21:44:45 +0000
parents 467b88fab665
children a393c5e46e99
comparison
equal deleted inserted replaced
26238:cd2c6d5da9fc 26239:62de8a433d0e
160 the copy is itself a copy, not shared with the original's property 160 the copy is itself a copy, not shared with the original's property
161 list. However, the actual values of the properties are shared. 161 list. However, the actual values of the properties are shared.
162 @xref{Text Properties}. 162 @xref{Text Properties}.
163 163
164 See also @code{append} in @ref{Building Lists}, @code{concat} in 164 See also @code{append} in @ref{Building Lists}, @code{concat} in
165 @ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for others 165 @ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for other
166 ways to copy sequences. 166 ways to copy sequences.
167 167
168 @example 168 @example
169 @group 169 @group
170 (setq bar '(1 2)) 170 (setq bar '(1 2))