changeset 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 9b8e40e0bf3c
children 7f388ce0e51e
files doc/lispref/ChangeLog doc/lispref/objects.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Thu Aug 19 16:37:31 2010 +0200
+++ b/doc/lispref/ChangeLog	Thu Aug 19 19:23:13 2010 -0400
@@ -1,3 +1,7 @@
+2010-08-19  Chong Yidong  <cyd@stupidchicken.com>
+
+	* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
+
 2010-08-02  Christoph  <cschol2112@googlemail.com>
 
 	* control.texi (Handling Errors) <error-message-string>: Fix arg name.
--- 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