emacs-devel
[Top][All Lists]
Advanced

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

Re: package.el strings


From: Jean-Christophe Helary
Subject: Re: package.el strings
Date: Wed, 24 May 2017 21:07:27 +0900

Thank you Dmitri.

I noticed that *after* I sent the patch. I'm going to work again on this and 
I'll send something better next week.

Sorry for that.

Jean-Christophe 

> On May 24, 2017, at 21:04, Dmitry Gutov <address@hidden> wrote:
> 
> On 5/24/17 8:08 AM, Jean-Christophe Helary wrote:
>> -          (error "Invalid version list `%s'" vlist))
>> +          (error "Invalid version list `%s'." vlist))
>> -                 (error "Invalid version list `%s'" vlist)))
>> +                 (error "Invalid version list `%s'." vlist)))
> 
> More often than not, we avoid ending messages and errors with a period.
> 
> Think article headings and commit summaries, rather than sentences.




reply via email to

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