emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99989: * objects.texi (Bool-Vecto


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99989: * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
Date: Thu, 19 Aug 2010 19:23:13 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99989
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-08-19 19:23:13 -0400
message:
  * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
modified:
  doc/lispref/ChangeLog
  doc/lispref/objects.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-08-02 10:35:34 +0000
+++ b/doc/lispref/ChangeLog     2010-08-19 23:23:13 +0000
@@ -1,3 +1,7 @@
+2010-08-19  Chong Yidong  <address@hidden>
+
+       * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
+
 2010-08-02  Christoph  <address@hidden>
 
        * control.texi (Handling Errors) <error-message-string>: Fix arg name.

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2010-03-06 20:27:19 +0000
+++ b/doc/lispref/objects.texi  2010-08-19 23:23:13 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]