diff options
| author | Xue Fuqiao | 2013-09-28 09:52:23 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-28 09:52:23 +0800 |
| commit | 25201ef030764e1dbc1d4c01eb78ba66fb2de1cd (patch) | |
| tree | 491d5f34969ce66933d6ef63696efd3bb151adca | |
| parent | e1db6a162a1401ac01bc7f31310e0719c177ace2 (diff) | |
| download | emacs-25201ef030764e1dbc1d4c01eb78ba66fb2de1cd.tar.gz emacs-25201ef030764e1dbc1d4c01eb78ba66fb2de1cd.zip | |
Fix typo.
| -rw-r--r-- | doc/lispref/sequences.texi | 2 | ||||
| -rw-r--r-- | etc/NEWS | 2 |
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 | ||
| @@ -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 | ||