]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/sequences.texi
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
[gnu-emacs] / doc / lispref / sequences.texi
index cafdb7fc53d84995f32b78c04fcda6ab4aa0119d..8f17862d4277d88e642bd811f9e5e6e48a155ac0 100644 (file)
@@ -862,7 +862,7 @@ argument @var{b} is given, the result of this operation is stored into
 
 @defun bool-vector-subsetp a b
 Return @code{t} if every @code{t} value in @var{a} is also t in
-@var{b}, nil otherwise.  All arguments should be bool vectors of the
+@var{b}, @code{nil} otherwise.  All arguments should be bool vectors of the
 same length.
 @end defun