Better docstring and parameter name for seq-find
commit0a893f0cfa166d7f17d982c3f0503dff2be25f62
authorNicolas Petton <nicolas@petton.fr>
Sun, 13 Sep 2015 14:18:24 +0000 (13 16:18 +0200)
committerNicolas Petton <nicolas@petton.fr>
Mon, 21 Sep 2015 09:48:55 +0000 (21 11:48 +0200)
treecdb172d4889e26e5502fee4dbbe5f3af1d5ebc57
parente2f0dd2f49d8638d20615bfa38e95a71202dd543
Better docstring and parameter name for seq-find

* lisp/emacs-lisp/seq.el (seq-find): Improve the docstring and rename
the parameter `sentinel' to `default'.

* doc/lispref/sequences.texi (Sequence Functions): Update the
  documentation for `seq-find' accordingly.
doc/lispref/sequences.texi
lisp/emacs-lisp/seq.el