]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 01:52:23 +0000 (09:52 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 28 Sep 2013 01:52:23 +0000 (09:52 +0800)
doc/lispref/sequences.texi
etc/NEWS

index 16103aa6dc649863678169e2f463a06821bd413c..b6cf322211e1f33c12d72436dc32fa9097ef1ced 100644 (file)
@@ -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'
 
index c3518b6336be6b02dde796945d56db3e61a122fe..e26d18c93ede1a4e4ec90d8ca66f80609bd51b60 100644 (file)
--- 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'