diff options
| author | Richard M. Stallman | 2007-04-07 01:45:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 01:45:55 +0000 |
| commit | c368b256590d0dbe4122a97d197f00ecdeee7091 (patch) | |
| tree | e41078860a26b0f801c0018a37e352c3c774c5f8 | |
| parent | 1379f2c583e480c3812516c37c735bde5f189a2a (diff) | |
| download | emacs-c368b256590d0dbe4122a97d197f00ecdeee7091.tar.gz emacs-c368b256590d0dbe4122a97d197f00ecdeee7091.zip | |
Improve index entry.
| -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 |