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 /etc | |
| parent | e1db6a162a1401ac01bc7f31310e0719c177ace2 (diff) | |
| download | emacs-25201ef030764e1dbc1d4c01eb78ba66fb2de1cd.tar.gz emacs-25201ef030764e1dbc1d4c01eb78ba66fb2de1cd.zip | |
Fix typo.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||