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: Eli Zaretskii
Subject: bug#24998: 25.1.50; Checkdoc ignores functions if there is no space before the argument list
Date: Fri, 02 Dec 2016 11:02:04 +0200

> From: Philipp Stephani <p.stephani2@gmail.com>
> 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.

Thanks, please push to master.





reply via email to

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