summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-09-29 06:26:29 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-09-29 06:26:29 +0800
commitf046996ea0be2a757297541fab740d306dc087f6 (patch)
tree0a6b0684532059d365bc3f9dd50b087406864578 /doc
parent38de11bd5a80cf3de1f0d8dfa90f5faef1c4e2f9 (diff)
downloademacs-f046996ea0be2a757297541fab740d306dc087f6.tar.gz
Remove an unnecessary FIXME.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/sequences.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index b6cf322211e..00384de7ec8 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -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.