diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-28 09:48:06 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-28 09:48:06 +0800 |
commit | e1db6a162a1401ac01bc7f31310e0719c177ace2 (patch) | |
tree | 332fbeb78c18e8aa435baa8afef4c17755c41a7f /doc/lispref/sequences.texi | |
parent | 3b7b2692562700da696fcae01875017c6361d5e4 (diff) | |
download | emacs-e1db6a162a1401ac01bc7f31310e0719c177ace2.tar.gz emacs-e1db6a162a1401ac01bc7f31310e0719c177ace2.tar.bz2 emacs-e1db6a162a1401ac01bc7f31310e0719c177ace2.zip |
Comment.
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r-- | doc/lispref/sequences.texi | 10 |
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, 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. |