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: Stephen Leake
Subject: Re: (elisp) Generic Functions cl-defmethod documentation bug?
Date: Wed, 03 Jan 2018 16:57:29 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (windows-nt)

Eli Zaretskii <address@hidden> writes:

>> From: Stephen Leake <address@hidden>
>> Date: Tue, 02 Jan 2018 07:41:19 -0600
>> 
>> Stefan Monnier <address@hidden> writes:
>> 
>> >>      ‘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.
>> 
>> Ok, committed in b6add8c7
>
> Thanks, but why to master?  Documentation patches should be pushed to
> the release branch.

Sorry, I realized that after I committed.

I found instructions for backporting a commit in
admin/notes/git-workflow:

-------------
cd ~/emacs/emacs-26
git cherry-pick -xe b6add8c7...

and add "Backport:" to the commit string.  

git push
-------------

is that the correct process?

-- 
-- Stephe



reply via email to

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