]> code.delx.au - gnu-emacs/commit
Add new command checkdoc-package-keywords
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 8 Jun 2015 14:41:00 +0000 (16:41 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 8 Jun 2015 14:54:51 +0000 (16:54 +0200)
commit20de61c833d4c975dc1ed3062d8de75df8b5cd93
tree29e05d2e77443f133e3203af4e927f5bd1822301
parent296dadb14e19926de1fc5e0015cb8d4f10f9547a
Add new command checkdoc-package-keywords

* lisp/emacs-lisp/checkdoc.el (checkdoc-package-keywords-flag): New
  defcustom.
(checkdoc-list-of-strings-p): Add doc.
(checkdoc-current-buffer): When `checkdoc-package-keywords-flag' is
non-nil, call `checkdoc-package-keywords'.
(checkdoc-get-keywords): New defun.
(checkdoc-package-keywords): New command. Warns if the current file
has package.el-style keywords that aren't in `finder-known-keywords'.

* etc/NEWS: Add entry.
etc/NEWS
lisp/emacs-lisp/checkdoc.el