diff options
| -rw-r--r-- | lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi index ac5a16e261f..7e66549412b 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -388,7 +388,7 @@ are often useful for objects known to be arrays. @xref{Sequence Functions}. | |||
| 388 | 388 | ||
| 389 | @node Vectors | 389 | @node Vectors |
| 390 | @section Vectors | 390 | @section Vectors |
| 391 | @cindex vector | 391 | @cindex vector (type) |
| 392 | 392 | ||
| 393 | Arrays in Lisp, like arrays in most languages, are blocks of memory | 393 | Arrays in Lisp, like arrays in most languages, are blocks of memory |
| 394 | whose elements can be accessed in constant time. A @dfn{vector} is a | 394 | whose elements can be accessed in constant time. A @dfn{vector} is a |