1
0
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:
Richard M. Stallman 2003-10-13 19:27:50 +00:00
parent 7c47f838af
commit d398b86c22

View File

@ -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