mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 10:51:29 -08:00
(Sequence Functions): sequencep accepts bool-vectors.
This commit is contained in:
parent
7c47f838af
commit
d398b86c22
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ sequence.
|
|||
|
||||
@defun sequencep object
|
||||
Returns @code{t} if @var{object} is a list, vector,
|
||||
string, or char-table, @code{nil} otherwise.
|
||||
string, bool-vector, or char-table, @code{nil} otherwise.
|
||||
@end defun
|
||||
|
||||
@defun length sequence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue