summaryrefslogtreecommitdiff
path: root/doc/lispref/sequences.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-08 16:39:23 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-08 16:39:23 -0700
commit4181427f24e591f539122db2e3d8d8b55a7de7cd (patch)
treefa23d9064bb84bb6baefd87965a24497d2e61b33 /doc/lispref/sequences.texi
parent8f356841d051aadf67da13afe396e4cf2cdc6b9e (diff)
downloademacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.tar.gz
Doc fixes: markup (mainly nil -> @code{nil})
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r--doc/lispref/sequences.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 01de4ccb0cd..b518bfc6b73 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -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