bug-texinfo
[Top][All Lists]
Advanced

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

Re: info.js demo on Texinfo manual updated on website


From: Per Bothner
Subject: Re: info.js demo on Texinfo manual updated on website
Date: Tue, 29 Nov 2022 13:30:22 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0



On 11/29/22 13:18, Gavin Smith wrote:
I have looked at the diff and found which parts of the code were
changed.  Can you edit the following to describe the changes, and
send it back, or commit it yourself with a ChangeLog entry,

I'll do that.

One question that occured to be: Would it be clearer to use
semi-colons (instead of commas) to separate entries/sub-entries?  I.e.
instead of:
    text = text0 + ", " + text;
do:
    text = text0 + "; " + text;

I think would be clearer, especially if index entries contain commas.

using the ChangeLog entry as the commit message.

I believe best practice is for the first line of a commit message
to be a self-contained short summary, followed by an empty line
and further details (if any). So some editing of a ChangeLog entry
is usually appropriate before using it as a commit message.
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

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