]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove an unnecessary FIXME.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 22:26:29 +0000 (06:26 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 22:26:29 +0000 (06:26 +0800)
doc/lispref/sequences.texi

index b6cf322211e1f33c12d72436dc32fa9097ef1ced..00384de7ec8637664ecaafc07a92cc4ecb0f286c 100644 (file)
@@ -713,16 +713,6 @@ 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-subsetp'
-@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.