sqlup-mode.el icon indicating copy to clipboard operation
sqlup-mode.el copied to clipboard

Use emacs 25's checkdoc-package-keywords and checkdoc-file in build

Open Trevoke opened this issue 9 years ago • 0 comments

Changes in Specialized Modes and Packages in Emacs 25.1

New command 'checkdoc-package-keywords' checks if the current package keywords are recognized. Set the new option 'checkdoc-package-keywords-flag' to non-nil to make 'checkdoc-current-buffer' call this function automatically.

New function 'checkdoc-file' checks for style errors. It's meant for use together with 'compile': emacs -batch --eval "(checkdoc-file "subr.el")"

Trevoke avatar Oct 10 '16 17:10 Trevoke