add "within reason" note to checkdoc output scroll

This commit is contained in:
riscy 2023-11-12 11:09:35 -08:00
parent eca3403b6e
commit 51a57a6a03

View file

@ -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*"))