comparison lispref/sequences.texi @ 64723:395915a45f02

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Aug 2005 23:18:27 +0000
parents abb79c0e47ac
children e836425ee789 edf295560b5a
comparison
equal deleted inserted replaced
64722:e248eef71b5c 64723:395915a45f02
250 @item 250 @item
251 The length of the array is fixed once you create it; you cannot 251 The length of the array is fixed once you create it; you cannot
252 change the length of an existing array. 252 change the length of an existing array.
253 253
254 @item 254 @item
255 for purposes of evaluation, the array is a constant---in other words, 255 For purposes of evaluation, the array is a constant---in other words,
256 it evaluates to itself. 256 it evaluates to itself.
257 257
258 @item 258 @item
259 The elements of an array may be referenced or changed with the functions 259 The elements of an array may be referenced or changed with the functions
260 @code{aref} and @code{aset}, respectively (@pxref{Array Functions}). 260 @code{aref} and @code{aset}, respectively (@pxref{Array Functions}).