Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e1db6a16
Commit
e1db6a16
authored
Sep 28, 2013
by
Xue Fuqiao
Browse files
Comment.
parent
3b7b2692
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
doc/lispref/sequences.texi
doc/lispref/sequences.texi
+10
-0
etc/ChangeLog
etc/ChangeLog
+1
-1
No files found.
doc/lispref/sequences.texi
View file @
e1db6a16
...
...
@@ -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.
...
...
etc/ChangeLog
View file @
e1db6a16
...
...
@@ -2,7 +2,7 @@
* NEWS: Mention new bool-vector functionality.
aaaa
2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
* NEWS: Mention the macfont backend.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment