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

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

bug#24998: 25.1.50; Checkdoc ignores functions if there is no space befo


From: Philipp Stephani
Subject: bug#24998: 25.1.50; Checkdoc ignores functions if there is no space before the argument list
Date: Wed, 23 Nov 2016 19:35:52 +0000



Philipp Stephani <p.stephani2@gmail.com> schrieb am Mi., 23. Nov. 2016 um 11:11 Uhr:

Create a small Elisp file such as (a.el):

;;; a.el --- aaa -*- lexical-binding: t; -*-

;;; Commentary:

;;; Code:

(defun a--bar () 123)

;;; a.el ends here

Run M-x checkdoc.  It will complain about the missing docstring for
`a--bar'.

Now remove the space before () and run checkdoc again.  It won't
complain any more.

Attached a patch.

Attachment: 0001-Checkdoc-Don-t-require-a-space-before-an-arg-list.txt
Description: Text document


reply via email to

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