Eli Zaretskii schrieb am Fr., 2. Dez. 2016 um 10:02 Uhr: > > From: Philipp Stephani > > Date: Wed, 23 Nov 2016 19:35:52 +0000 > > > > Philipp Stephani 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. > Pushed as 65b997b95e284e2edc1266663e39791f68d76ad7.