summaryrefslogtreecommitdiff
path: root/doc/lispref/sequences.texi
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\
| * Typo fixes in elisp manualBogdan Creanga2016-11-291-1/+1
* | Minor fix in the documentation of seq-random-eltNicolas Petton2016-10-251-1/+0
* | Minor copyedits in documentation of 'seq-random-elt'Eli Zaretskii2016-10-251-2/+3
* | Add seq-random-elt to seq.elDamien Cassou2016-10-251-0/+20
* | New function seq-sort-by in seq.elNicolas Petton2016-03-291-0/+12
* | -Paul Eggert2016-03-221-28/+32
|\ \ | |/
| * Fix documentation of seq.el functionsEli Zaretskii2016-03-121-28/+32
* | * doc/lispref/sequences.texi: Add documentation for seq-map-indexedNicolas Petton2016-02-141-0/+15
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-111-3/+3
* * doc/lispref/sequences.texi (Sequence Functions): Fix typoArtur Malabarba2015-10-281-1/+1
* * lisp/emacs-lisp/seq.el (seq-mapn): New functionArtur Malabarba2015-10-281-0/+18
* New function seq-positionNicolas Petton2015-10-201-0/+19
* Add documentation for seq.elNicolas Petton2015-09-281-0/+75
* Better documentation for seq-someNicolas Petton2015-09-281-3/+6
* Better docstring and parameter name for seq-findNicolas Petton2015-09-211-5/+4
* Restore some of the quoting in the manualsEli Zaretskii2015-09-161-1/+1
* Quote less in manualsPaul Eggert2015-09-151-2/+2
* Clarify documentation of char-table extra slotsEli Zaretskii2015-09-141-3/+3
* Add seq-findNicolas Petton2015-09-111-0/+22
* Improve the semantic of seq-someNicolas Petton2015-09-061-3/+8
* Rename seq-some-p to seq-some and seq-contains-p to seq-containsNicolas Petton2015-09-061-7/+7
* Better documentation of seq-letNicolas Petton2015-08-311-4/+3
* * doc/lispref/sequences.texi: Add documentation for seq-min and seq-max.Nicolas Petton2015-06-301-0/+34
* Spelling fixPaul Eggert2015-05-101-1/+1
* * doc/lispref/sequences.texi (Sequence Functions): Fix quoting.Paul Eggert2015-05-061-1/+1
* Update `seq-let' documentationNicolas Petton2015-05-051-1/+10
* New macro seq-let, providing destructuring support to seq.elseq-letNicolas Petton2015-05-011-0/+27
* * lisp/emacs-lisp/seq.el (seq-doseq): Tighten the codeStefan Monnier2015-04-241-1/+1
* * doc/lispref/sequences.texi (Sequence Functions): Fix typo in previous.Glenn Morris2015-04-151-2/+2
* Add seq-intersection and seq-difference to the seq libraryNicolas Petton2015-04-151-1/+29
* Add seq-into as a public functionNicolas Petton2015-03-091-0/+22
* Improve seq-group-by to return sequence elements in correct orderNicolas Petton2015-02-111-2/+2
* Add documentation for seq-mapcat, seq-partition and seq-group-byNicolas Petton2015-02-061-1/+46
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * doc/lispref/sequences.texi (Sequence Functions): Copyedits.Glenn Morris2014-12-241-152/+75
* * lisp/emacs-lisp/seq.el: New file.Nicolas Petton2014-12-161-0/+360
* * doc/lispref/lists.texi (Functions that Rearrange Lists): RemoveDmitry Antipov2014-08-291-0/+92
* Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-1/+1
|\
| * Doc fixes: markup (mainly nil -> @code{nil})Glenn Morris2014-06-081-1/+1
* | * sequences.texi (Sequence Functions): Don't mention when and howLeo Liu2014-05-221-6/+1
* | * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-211-2/+5
* | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-191-23/+23
* | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-191-4/+29
* | * src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov2014-05-151-0/+69
* | * src/fns.c (Freverse): Allow vectors, bool vectors and strings.Dmitry Antipov2014-05-151-0/+43
|/
* Update docs for window dividers and `window-text-pixel-size'.Martin Rudalics2014-03-091-3/+3
* Document vconcat and the empty vector (Bug#16246).Paul Eggert2014-01-041-4/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1