changeset 38019:59051c56859f

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jun 2001 09:33:32 +0000
parents f802bdff6c2c
children ab97b7f6b6fa
files lispref/sequences.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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