]> git.eshelyaron.com Git - emacs.git/commit
checkdoc: Don't warn about command substitutions by default
authorStefan Kangas <stefan@marxist.se>
Wed, 15 Sep 2021 06:18:20 +0000 (08:18 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 15 Sep 2021 18:35:35 +0000 (20:35 +0200)
commit0762c7c67fd76a2cad3ad3c8cca21e8be27a68b4
tree471795776e8d1b2f46ddf181198d62f5fe348928
parent3d1f51382f6a5633a72fc7df1b0b6f38e9021abd
checkdoc: Don't warn about command substitutions by default

* lisp/emacs-lisp/checkdoc.el (checkdoc-max-keyref-before-warn):
Add new valid value nil meaning to never warn about too many command
substitutions, and use this value as the default.  This is no longer a
performance problem on modern machines.  (Bug#50599)
(checkdoc-this-string-valid-engine): Respect above new valid value
nil.
lisp/emacs-lisp/checkdoc.el