branch: externals/seq
commit cccebf736e1c635d042e4c9aa5f497606636d5af
Author: ClĂ©ment Pit--Claudel <[email protected]>
Commit: Stefan Monnier <[email protected]>

    ; Fix documentation of seq-subseq
---
 seq-25.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seq-25.el b/seq-25.el
index b2f5c98dd1..a497f70319 100644
--- a/seq-25.el
+++ b/seq-25.el
@@ -131,7 +131,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

Reply via email to