branch: master
commit 226abeaaa7a13027f009a4fad031437c10818dfd
Author: Clément Pit--Claudel <clement.pitclau...@live.com>
Commit: Clément Pit--Claudel <clement.pitclau...@live.com>

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

diff --git a/packages/seq/seq-25.el b/packages/seq/seq-25.el
index b2f5c98..a497f70 100644
--- a/packages/seq/seq-25.el
+++ b/packages/seq/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