diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-08 16:39:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-08 16:39:23 -0700 |
commit | 4181427f24e591f539122db2e3d8d8b55a7de7cd (patch) | |
tree | fa23d9064bb84bb6baefd87965a24497d2e61b33 /doc/lispref/sequences.texi | |
parent | 8f356841d051aadf67da13afe396e4cf2cdc6b9e (diff) | |
download | emacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.tar.gz |
Doc fixes: markup (mainly nil -> @code{nil})
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r-- | doc/lispref/sequences.texi | 2 |
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 |