[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master a79dd37 07/11: fsm: Fix checkdoc errors
From: |
Thomas Fitzsimmons |
Subject: |
Re: [elpa] master a79dd37 07/11: fsm: Fix checkdoc errors |
Date: |
Sat, 05 Sep 2015 16:38:55 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> - "Send EVENT to FSM asynchronously.
>> + "Send FSM EVENT asynchronously.
>
> Hmm... was that because checkdoc asked you to put the args in the order
> of appearance?
Yes, I was trying to make fsm.el "checkdoc-clean".
> I think this part of checkdoc's recommendations is not to be taken
> too seriously.
> It's OK to follow this principle for things like
>
> Arg FOO does toto.
> Arg BAR does titi.
>
> But clarity of the text takes precedence.
OK, I reverted these parts, including the last one where I liked the
previous wording better.
Thomas