aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-11 09:33:32 +0000
committerRichard M. Stallman2001-06-11 09:33:32 +0000
commitdb4413bed9de836cb03b531f499f12d78ef3ed04 (patch)
treecc8c009b8d988a8ed06394b9105dc946486e9343
parent47c1b5f4a5f3f4dbe3cae4c007b72b5314c48292 (diff)
downloademacs-db4413bed9de836cb03b531f499f12d78ef3ed04.tar.gz
emacs-db4413bed9de836cb03b531f499f12d78ef3ed04.zip
Fix typo.
-rw-r--r--lispref/sequences.texi2
1 files changed, 1 insertions, 1 deletions
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
694of arrays. 694of arrays.
695 695
696@defun make-bool-vector length initial 696@defun make-bool-vector length initial
697Return a new book-vector of @var{length} elements, 697Return a new bool-vector of @var{length} elements,
698each one initialized to @var{initial}. 698each one initialized to @var{initial}.
699@end defun 699@end defun
700 700