]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix documentation of seq-subseq
authorClément Pit--Claudel <clement.pitclaudel@live.com>
Thu, 1 Sep 2016 14:46:14 +0000 (10:46 -0400)
committerClément Pit--Claudel <clement.pitclaudel@live.com>
Fri, 2 Sep 2016 13:53:31 +0000 (09:53 -0400)
lisp/emacs-lisp/seq.el

index 8362ddafd3fd6335910edaf086bc7538b127dc1e..904aad0afefe97946a9d325cbae52bd0876aef0e 100644 (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