diff options
| author | Xue Fuqiao | 2013-09-28 09:48:06 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-28 09:48:06 +0800 |
| commit | e1db6a162a1401ac01bc7f31310e0719c177ace2 (patch) | |
| tree | 332fbeb78c18e8aa435baa8afef4c17755c41a7f | |
| parent | 3b7b2692562700da696fcae01875017c6361d5e4 (diff) | |
| download | emacs-e1db6a162a1401ac01bc7f31310e0719c177ace2.tar.gz emacs-e1db6a162a1401ac01bc7f31310e0719c177ace2.zip | |
Comment.
| -rw-r--r-- | doc/lispref/sequences.texi | 10 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 |
2 files changed, 11 insertions, 1 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, | |||
| 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-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 |
| 717 | bool-vector. Note that the printed form represents up to 8 boolean | 727 | bool-vector. Note that the printed form represents up to 8 boolean |
| 718 | values as a single character. | 728 | values as a single character. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 06ca0f3f8bc..a68d76fc4d1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * NEWS: Mention new bool-vector functionality. | 3 | * NEWS: Mention new bool-vector functionality. |
| 4 | 4 | ||
| 5 | aaaa2013-09-15 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-09-15 Jan Djärv <jan.h.d@swipnet.se> |
| 6 | 6 | ||
| 7 | * NEWS: Mention the macfont backend. | 7 | * NEWS: Mention the macfont backend. |
| 8 | 8 | ||