diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-22 13:45:46 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-22 13:45:46 -0500 |
commit | 7ffb7b1e013284bfccf262778a91198331f1eb2b (patch) | |
tree | e10d02db04cbf99c8416a611801bb973a78776f5 /doc/lispref/sequences.texi | |
parent | 34fcfc5c049bb99d68945bb24fb9d6a0789a33dd (diff) | |
download | emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.tar.gz emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.tar.bz2 emacs-7ffb7b1e013284bfccf262778a91198331f1eb2b.zip |
; lispref nil/t markup fixes
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 8d56e022d8f..b3c90af7236 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -1634,7 +1634,7 @@ argument @var{b} is given, the result of this operation is stored into @end defun @defun bool-vector-subsetp a b -Return @code{t} if every @code{t} value in @var{a} is also t in +Return @code{t} if every @code{t} value in @var{a} is also @code{t} in @var{b}, @code{nil} otherwise. All arguments should be bool vectors of the same length. @end defun |