]> git.eshelyaron.com Git - emacs.git/commit
Make checkdoc check cl-lib function docstrings
authorAlex Branham <alex.branham@gmail.com>
Fri, 16 Aug 2019 21:00:31 +0000 (14:00 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Aug 2019 21:00:31 +0000 (14:00 -0700)
commit496bab789d55ff20f150dd7a7d1d9bb837fb4534
tree2543e0b066cd23de1753b94cf170fc9bc5429494
parent91c7c6a60260e3820d8f4bac1e17dbec382968f9
Make checkdoc check cl-lib function docstrings

* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Remove calls to delete-region to avoid deleting final " (bug#26328).
* lisp/emacs-lisp/checkdoc.el (checkdoc--next-docstring)
(checkdoc-defun-info): Include cl-defun, cl-defgeneric,
cl-defmethod.
(checkdoc-this-string-valid-engine): Add cl-lib supported
keywords.
(checkdoc-defun-info): Ensure function parameters are a
"flat" list (bug#37034).
lisp/emacs-lisp/checkdoc.el