emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master bd22beb: Add seq-random-elt to seq.el


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master bd22beb: Add seq-random-elt to seq.el
Date: Tue, 25 Oct 2016 10:26:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

>>> +Return nil if SEQUENCE is nil."
>>> +  (if (seq-empty-p sequence)
>>> +      (error "Sequence cannot be empty")
>> 
>> Hmm... which is it?

> I'm not sure I understand your question.

The question was: should I obey the docstring or the code?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]