Rename seq-some-p to seq-some and seq-contains-p to seq-contains
commitc36663d866e64fcb4b0d94742009d84366e9b54f
authorNicolas Petton <nicolas@petton.fr>
Sat, 5 Sep 2015 22:05:52 +0000 (6 00:05 +0200)
committerNicolas Petton <nicolas@petton.fr>
Sat, 5 Sep 2015 22:05:52 +0000 (6 00:05 +0200)
tree6ff19468ec463376c8ef05f14923c4220f0247b5
parentb8147621ec91e1ce8e34d55141bb75921dbfc080
Rename seq-some-p to seq-some and seq-contains-p to seq-contains

* lisp/emacs-lisp/seq.el (seq-some, seq-contains): Rename the functions
  without the "-p" prefix.
* test/automated/seq-tests.el (test-seq-some, test-seq-contains): Update
  the tests accordingly.
* doc/lispref/sequences.texi (Sequence Functions): Update the
  documentation for seq.el.
doc/lispref/sequences.texi
lisp/emacs-lisp/seq.el
test/automated/seq-tests.el