diff doc/lispref/objects.texi @ 109938:a3faf2102c45

* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Aug 2010 19:23:13 -0400
parents 6773fa37732a
children 350f17da7963
line wrap: on
line diff
--- a/doc/lispref/objects.texi	Thu Aug 19 16:37:31 2010 +0200
+++ b/doc/lispref/objects.texi	Thu Aug 19 19:23:13 2010 -0400
@@ -1189,8 +1189,8 @@
 @node Bool-Vector Type
 @subsection Bool-Vector Type
 
-  A @dfn{bool-vector} is a one-dimensional array of elements that
-must be @code{t} or @code{nil}.
+  A @dfn{bool-vector} is a one-dimensional array whose elements must
+be @code{t} or @code{nil}.
 
   The printed representation of a bool-vector is like a string, except
 that it begins with @samp{#&} followed by the length.  The string