Fix typo.

This commit is contained in:
Richard M. Stallman 2001-06-11 09:33:32 +00:00
parent 47c1b5f4a5
commit db4413bed9

View 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