From: Richard M. Stallman Date: Mon, 11 Jun 2001 09:33:32 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.0.104~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db4413bed9de836cb03b531f499f12d78ef3ed04;p=emacs.git Fix typo. --- diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 62662d885d7..4228a79c576 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -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