nflath / hungry-delete

Enables hungry deletion in all modes.
98 stars 16 forks source link

Patch results of running Flycheck/Checkdoc. #12

Closed mwfogleman closed 10 years ago

mwfogleman commented 10 years ago

Here are some patches that come from running Flycheck/Checkdoc, and related fixes.

mwfogleman commented 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!