aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/sequences.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 00384de7ec8..16103aa6dc6 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -713,6 +713,16 @@ This returns @code{t} if @var{object} is a bool-vector,
713and @code{nil} otherwise. 713and @code{nil} otherwise.
714@end defun 714@end defun
715 715
716@c FIXME: Document these functions:
717@c `bool-vector-exclusive-or'
718@c `bool-vector-union'
719@c `bool-vector-intersection'
720@c `bool-vector-set-difference'
721@c `bool-vector-not'
722@c `bool-vector-subset'
723@c `bool-vector-count-matches'
724@c `bool-vector-count-matches-at'
725
716 Here is an example of creating, examining, and updating a 726 Here is an example of creating, examining, and updating a
717bool-vector. Note that the printed form represents up to 8 boolean 727bool-vector. Note that the printed form represents up to 8 boolean
718values as a single character. 728values as a single character.