emacs-devel
[Top][All Lists]
Advanced

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

Re: (elisp) Generic Functions cl-defmethod documentation bug?


From: Stefan Monnier
Subject: Re: (elisp) Generic Functions cl-defmethod documentation bug?
Date: Tue, 02 Jan 2018 00:09:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>      ‘STRUCT-TAG’
>           The argument must be an instance of a class named STRUCT-TAG
>           defined with ‘cl-defstruct’ (*note (cl)Structures::), or of
>           one of its parent classes.
>
> Shouldn't 'parent classes' be 'child classes'?

That sounds right, indeed.  And instead of "tag" it should say "type"
since this is a type and not a tag.


        Stefan




reply via email to

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