bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22421: 25.0.5; Comments confuse checkdoc in defconst


From: Clément Pit--Claudel
Subject: bug#22421: 25.0.5; Comments confuse checkdoc in defconst
Date: Thu, 21 Jan 2016 00:59:53 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi all,

The following bit of code raises a checkdoc warning about "a" missing a final 
dot, and being improperly capitalized. Is this expected?

(defconst a
  ;; comment
  "a"
  "Docs for a")

It seems that checkdoc is picking up "a" as the docstring.

Clément.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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