diff options
| author | Xue Fuqiao | 2013-09-29 06:26:29 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-29 06:26:29 +0800 |
| commit | f046996ea0be2a757297541fab740d306dc087f6 (patch) | |
| tree | 0a6b0684532059d365bc3f9dd50b087406864578 | |
| parent | 38de11bd5a80cf3de1f0d8dfa90f5faef1c4e2f9 (diff) | |
| download | emacs-f046996ea0be2a757297541fab740d306dc087f6.tar.gz emacs-f046996ea0be2a757297541fab740d306dc087f6.zip | |
Remove an unnecessary FIXME.
| -rw-r--r-- | doc/lispref/sequences.texi | 10 |
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, | |||
| 713 | and @code{nil} otherwise. | 713 | and @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-subsetp' | ||
| 723 | @c `bool-vector-count-matches' | ||
| 724 | @c `bool-vector-count-matches-at' | ||
| 725 | |||
| 726 | Here is an example of creating, examining, and updating a | 716 | Here is an example of creating, examining, and updating a |
| 727 | bool-vector. Note that the printed form represents up to 8 boolean | 717 | bool-vector. Note that the printed form represents up to 8 boolean |
| 728 | values as a single character. | 718 | values as a single character. |