1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/doc
Damien Cassou bd22beb6e4 Add seq-random-elt to seq.el
* lisp/emacs-lisp/seq.el (seq-random-elt): Add function to return a
  random element from it's sequence parameter.

* test/lisp/emacs-lisp/seq-tests.el (test-seq-random-elt-take-all
  test-seq-random-elt-return-nil): Test the new function

* doc/lispref/sequences.texi: Document the new function
2016-10-25 12:32:57 +02:00
..
emacs Merge from origin/emacs-25 2016-10-23 02:50:48 -07:00
lispintro Fix comment in files-in-below-directory 2016-07-28 19:53:58 -04:00
lispref Add seq-random-elt to seq.el 2016-10-25 12:32:57 +02:00
man * doc/man/emacsclient.1: Document +line:column option. 2016-03-29 14:20:12 -07:00
misc Don't prompt user when killing Flymake processes 2016-10-24 11:34:04 +02:00