Comment.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 01:48:06 +0000 (09:48 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 01:48:06 +0000 (09:48 +0800)
doc/lispref/sequences.texi
etc/ChangeLog

index 00384de..16103aa 100644 (file)
@@ -713,6 +713,16 @@ This returns @code{t} if @var{object} is a bool-vector,
 and @code{nil} otherwise.
 @end defun
 
+@c FIXME: Document these functions:
+@c `bool-vector-exclusive-or'
+@c `bool-vector-union'
+@c `bool-vector-intersection'
+@c `bool-vector-set-difference'
+@c `bool-vector-not'
+@c `bool-vector-subset'
+@c `bool-vector-count-matches'
+@c `bool-vector-count-matches-at'
+
   Here is an example of creating, examining, and updating a
 bool-vector.  Note that the printed form represents up to 8 boolean
 values as a single character.
index 06ca0f3..a68d76f 100644 (file)
@@ -2,7 +2,7 @@
 
        * NEWS: Mention new bool-vector functionality.
 
-aaaa2013-09-15  Jan Djärv  <jan.h.d@swipnet.se>
+2013-09-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * NEWS: Mention the macfont backend.