From: Clément Pit--Claudel Date: Thu, 1 Sep 2016 14:46:14 +0000 (-0400) Subject: ; Fix documentation of seq-subseq X-Git-Tag: emacs-25.1~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=803ad6f;p=emacs.git ; Fix documentation of seq-subseq --- diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 8362ddafd3f..904aad0afef 100644 --- a/lisp/emacs-lisp/seq.el +++ b/lisp/emacs-lisp/seq.el @@ -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