This spot of code extends
Emacs
M-x checkdoc to check for some autoload cookies on
defgroup,
At least one command entrypoint,;;;###autoload (defgroup foo)
And any;;;###autoload (defun some-command () (interactive) ...)
safe-local-variable or risky-local-variable,
Such autoloads are ready for;;;###autoload (put 'some-variable 'safe-local-variable t)
update-file-autoloads
and friends to pick up. Even if you don't use that autoload/loaddefs
mechanism yourself it's good for others who might.
checkdoc-autoload.el is
free software (free
as in freedom), published under the terms of the
GNU General Public
License (v3 or up).
Download version 2 here, or in my miscbits-el collection:
checkdoc-autoload.el
(14k, and sig)
The sig file is a Gnu PG ascii armoured
signature for checkdoc-autoload.el, generated from
my key.
See also
checkdoc-keywords.el,
checkdoc-url-buttonize.el,
and checkdoc-batch.el.
This page Copyright 2010, 2011, 2013 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.