]> git.eshelyaron.com Git - emacs.git/commitdiff
(Sequence Functions): sequencep accepts bool-vectors.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Oct 2003 19:27:50 +0000 (19:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Oct 2003 19:27:50 +0000 (19:27 +0000)
lispref/sequences.texi

index 75b4b31bebdd95dae65bbdccd71108ec4d81abeb..70b84da3fd8464776efc1fdb28b168b9304b5de5 100644 (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