Closed mwfogleman closed 10 years ago
Note that Checkdoc will stilll throw four errors on this code:
LINE | LEVEL | MESSAGE
58 warning Argument `limit' should appear (as LIMIT) in the doc string (emacs-lisp-checkdoc)
79 warning Argument `limit' should appear (as LIMIT) in the doc string (emacs-lisp-checkdoc)
99 warning First line is not a complete sentence (emacs-lisp-checkdoc)
129 warning First line is not a complete sentence (emacs-lisp-checkdoc)
I can't fix these: the first two because I don't know exactly what the argument LIMIT is doing in the functions, the last two because I can't figure out how to make the sentences grammatical / make Checkdoc think the sentences grammatical!
Here are some patches that come from running Flycheck/Checkdoc, and related fixes.