[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation patch for seq-subseq
From: |
Michael Heerdegen |
Subject: |
Re: Documentation patch for seq-subseq |
Date: |
Fri, 02 Sep 2016 13:01:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Clément Pit--Claudel <address@hidden> writes:
> (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.
I think it would be nice to tell also that the index counts from 0. One
might guess that...but documentation is there to avoid the necessity to
guess ;-)
And FWIW, why doesn't the doc of `cl-subseq' (which `seq-subseq' is
based on) tell nothing about this?
Regards,
Michael.