aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/sequences.texi2
-rw-r--r--etc/NEWS2
2 files changed, 2 insertions, 2 deletions
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.
719@c `bool-vector-intersection' 719@c `bool-vector-intersection'
720@c `bool-vector-set-difference' 720@c `bool-vector-set-difference'
721@c `bool-vector-not' 721@c `bool-vector-not'
722@c `bool-vector-subset' 722@c `bool-vector-subsetp'
723@c `bool-vector-count-matches' 723@c `bool-vector-count-matches'
724@c `bool-vector-count-matches-at' 724@c `bool-vector-count-matches-at'
725 725
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.
647*** `bool-vector-intersection' 647*** `bool-vector-intersection'
648*** `bool-vector-set-difference' 648*** `bool-vector-set-difference'
649*** `bool-vector-not' 649*** `bool-vector-not'
650*** `bool-vector-subset' 650*** `bool-vector-subsetp'
651*** `bool-vector-count-matches' 651*** `bool-vector-count-matches'
652*** `bool-vector-count-matches-at' 652*** `bool-vector-count-matches-at'
653 653