1
Fork 0
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:
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