Variable: checkdoc-style-hooks
checkdoc-style-hooks is an alias for checkdoc-style-functions, defined
in checkdoc.el.gz.
This variable is obsolete since 24.3; use checkdoc-style-functions
instead.
Value
nil
Documentation
Hook run after the standard style check is completed.
All functions must return nil or a string representing the error found. Useful for adding new user implemented commands.
Each hook is called with two parameters, (DEFUNINFO ENDPOINT).
DEFUNINFO is the return value of checkdoc-defun-info. ENDPOINT is the
location of end of the documentation string.
Probably introduced at or before Emacs version 24.3.
Aliases
checkdoc-style-hooks (obsolete since 24.3)