Variable: checkdoc-comment-style-functions

checkdoc-comment-style-functions is a variable defined in checkdoc.el.gz.

Value

nil

Documentation

Hook run after the standard comment style check is completed.

Must return nil if no errors are found, or a string describing the problem discovered. This is useful for adding additional checks.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defvar checkdoc-comment-style-functions nil
  "Hook run after the standard comment style check is completed.
Must return nil if no errors are found, or a string describing the
problem discovered.  This is useful for adding additional checks.")