1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00
emacs/doc
Nicolas Petton aeb1d6bdd5 Improve the semantic of seq-some
Update seq-some to return non-nil if the predicate returns non-nil for
any element of the seq, in which case the returned value is the one
returned by the predicate.

* lisp/emacs-lisp/seq.el (seq-some): Update the function and its
  docstring.
* test/automated/seq-tests.el (test-seq-some): Add a regression test.
* doc/lispref/sequences.texi (Sequence Functions): Update the
  documentation for seq-some.
2015-09-06 00:44:39 +02:00
..
emacs * doc/emacs/programs.texi (Program Modes): Remove an index entry. 2015-09-05 20:24:56 +08:00
lispintro Fix minor problems with " in manual 2015-09-04 13:32:18 -07:00
lispref Improve the semantic of seq-some 2015-09-06 00:44:39 +02:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc Fix minor problems with " in manual 2015-09-04 13:32:18 -07:00