; Fix documentation of seq-subseq

This commit is contained in:
Clément Pit--Claudel 2016-09-01 10:46:14 -04:00
parent ed4530dbc9
commit 803ad6f7e7

View file

@ -127,7 +127,7 @@ Return SEQUENCE."
(cl-defgeneric seq-subseq (sequence start &optional end)
"Return the sequence of elements of SEQUENCE from START to END.
END is inclusive.
END is exclusive.
If END is omitted, it defaults to the length of the sequence. If
START or END is negative, it counts from the end. Signal an