mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(Sequence Functions): sequencep accepts bool-vectors.
This commit is contained in:
parent
7c47f838af
commit
d398b86c22
@ -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…
Reference in New Issue
Block a user