]> git.eshelyaron.com Git - emacs.git/commit
checkdoc: Improve wide line warning to decrease false positives
authorStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 20:04:55 +0000 (22:04 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 20:04:55 +0000 (22:04 +0200)
commit54cfadd92f080572f6f2ccf89829d38daaa56529
treec12f4884f85e4ed6787f3ad3e5c57d0fb22d37f5
parent0da8118dcbf3c54dd6ecc9c0e3314a56ca82ec51
checkdoc: Improve wide line warning to decrease false positives

* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Respect 'byte-compile-docstring-max-column' if it is set.  Allow the
first line to be three characters longer than the others to account
for indentation and the opening string character.
lisp/emacs-lisp/checkdoc.el