diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 16103aa6dc6..b6cf322211e 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -719,7 +719,7 @@ and @code{nil} otherwise. @c `bool-vector-intersection' @c `bool-vector-set-difference' @c `bool-vector-not' -@c `bool-vector-subset' +@c `bool-vector-subsetp' @c `bool-vector-count-matches' @c `bool-vector-count-matches-at' diff --git a/etc/NEWS b/etc/NEWS index c3518b6336b..e26d18c93ed 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -647,7 +647,7 @@ for something (not just adding elements to it), it ought not to affect you. *** `bool-vector-intersection' *** `bool-vector-set-difference' *** `bool-vector-not' -*** `bool-vector-subset' +*** `bool-vector-subsetp' *** `bool-vector-count-matches' *** `bool-vector-count-matches-at'