mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 17:01:40 -05:00
add "within reason" note to checkdoc output scroll
This commit is contained in:
parent
eca3403b6e
commit
51a57a6a03
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ affect the output of `byte-compile-file'."
|
|||
(defun melpazoid-checkdoc (filename)
|
||||
"Wrapper for running `checkdoc-file' against FILENAME."
|
||||
(require 'checkdoc)
|
||||
(melpazoid-insert "\n`%s` with checkdoc %s:"
|
||||
(melpazoid-insert "\n`%s` with checkdoc %s (fix *within reason*):"
|
||||
(file-name-nondirectory filename)
|
||||
checkdoc-version)
|
||||
(ignore-errors (kill-buffer "*Warnings*"))
|
||||
|
|
Loading…
Add table
Reference in a new issue