]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/sequences.texi
Doc fixes: markup (mainly nil -> @code{nil})
[gnu-emacs] / doc / lispref / sequences.texi
index 01de4ccb0cd8cad12eef96114891100963771b07..b518bfc6b73408f66088986558dca230f3ef51ca 100644 (file)
@@ -747,7 +747,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