1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/doc
Nicolas Petton 8aa0386420 Add seq-find
This function is similar to `seq-some' but returns the found element.
In the cases where nil can be the found element, a sentinel optional
argument can be provided to avoid ambiguities.

* lisp/emacs-lisp/seq.el (seq-find): New function.
* test/automated/seq-tests.el (test-seq-find): Add tests for `seq-find'.
* doc/lispref/sequences.texi (Sequence Functions): Add documentation for
seq-find.
2015-09-11 00:09:35 +02:00
..
emacs Improvements for curved quotes on Linux consule 2015-09-09 02:22:24 -07:00
lispintro Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
lispref Add seq-find 2015-09-11 00:09:35 +02:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc Merge from gnulib and texinfo 2015-09-09 12:36:45 -07:00