; Fix documentation of seq-subseq
This commit is contained in:
parent
ed4530dbc9
commit
803ad6f7e7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Return SEQUENCE."
|
||||||
|
|
||||||
(cl-defgeneric seq-subseq (sequence start &optional end)
|
(cl-defgeneric seq-subseq (sequence start &optional end)
|
||||||
"Return the sequence of elements of SEQUENCE from START to 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
|
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
|
START or END is negative, it counts from the end. Signal an
|
||||||
|
|
Loading…
Add table
Reference in a new issue