From: Xue Fuqiao Date: Sat, 28 Sep 2013 01:52:23 +0000 (+0800) Subject: Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25201ef030764e1dbc1d4c01eb78ba66fb2de1cd;p=emacs.git Fix typo. --- 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'