# HG changeset patch # User Richard M. Stallman # Date 992252012 0 # Node ID 59051c56859f2ae3660f61687495f46b4e259c61 # Parent f802bdff6c2c97ad609e7ad52569e5328baaf0d6 Fix typo. diff -r f802bdff6c2c -r 59051c56859f lispref/sequences.texi --- 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