diff lispref/sequences.texi @ 38019:59051c56859f

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jun 2001 09:33:32 +0000
parents ce8c496b524d
children 72006230a5d8
line wrap: on
line diff
--- a/lispref/sequences.texi	Mon Jun 11 09:33:01 2001 +0000
+++ b/lispref/sequences.texi	Mon Jun 11 09:33:32 2001 +0000
@@ -694,7 +694,7 @@
 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