]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jun 2001 09:33:32 +0000 (09:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jun 2001 09:33:32 +0000 (09:33 +0000)
lispref/sequences.texi

index 62662d885d75fe557b3c6e5fc16890747ee221ad..4228a79c5769bf9e2fd520249d83a90a967b5a38 100644 (file)
@@ -694,7 +694,7 @@ from that, you manipulate them with same functions used for other kinds
 of arrays.
 
 @defun make-bool-vector length initial
-Return a new book-vector of @var{length} elements,
+Return a new bool-vector of @var{length} elements,
 each one initialized to @var{initial}.
 @end defun