]> git.eshelyaron.com Git - emacs.git/commit
checkdoc: Only look for commonly used modifier keys
authorStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 08:39:35 +0000 (10:39 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 08:44:32 +0000 (10:44 +0200)
commit6084c7e0f401b5a68836ebc305c14b9a0feb3c43
treea04ba62c856db9f4bded1865cd6d81830ae03306
parent2557c009bb1b7b9bc001aee5e6cd1c0054de83d6
checkdoc: Only look for commonly used modifier keys

* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Search for the modifier key "s-", but not the modifier key "A-".
The latter is very uncommon and leads to false positives.
lisp/emacs-lisp/checkdoc.el