]> git.eshelyaron.com Git - emacs.git/commitdiff
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
authorChong Yidong <cyd@stupidchicken.com>
Thu, 19 Aug 2010 23:23:13 +0000 (19:23 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 19 Aug 2010 23:23:13 +0000 (19:23 -0400)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index 4559864c23f9917f782662b6ce395bcb4eb27c96..9379301ea4a84081332666d7270ead74895f8f1a 100644 (file)
@@ -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.
index 5c3ac13cdaf96042c2dce0f38b3627457ecf8044..c8ccb15a2d3921cba91967bfa49f2cde1ecc2c5b 100644 (file)
@@ -1189,8 +1189,8 @@ Syntax tables (@pxref{Syntax Tables}).
 @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