diff options
| author | Richard M. Stallman | 2001-06-11 09:33:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-11 09:33:32 +0000 |
| commit | db4413bed9de836cb03b531f499f12d78ef3ed04 (patch) | |
| tree | cc8c009b8d988a8ed06394b9105dc946486e9343 | |
| parent | 47c1b5f4a5f3f4dbe3cae4c007b72b5314c48292 (diff) | |
| download | emacs-db4413bed9de836cb03b531f499f12d78ef3ed04.tar.gz emacs-db4413bed9de836cb03b531f499f12d78ef3ed04.zip | |
Fix typo.
| -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 62662d885d7..4228a79c576 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -694,7 +694,7 @@ from that, you manipulate them with same functions used for other kinds | |||
| 694 | of arrays. | 694 | of arrays. |
| 695 | 695 | ||
| 696 | @defun make-bool-vector length initial | 696 | @defun make-bool-vector length initial |
| 697 | Return a new book-vector of @var{length} elements, | 697 | Return a new bool-vector of @var{length} elements, |
| 698 | each one initialized to @var{initial}. | 698 | each one initialized to @var{initial}. |
| 699 | @end defun | 699 | @end defun |
| 700 | 700 | ||