Make checkdoc recognize "U.S." acronym
* lisp/emacs-lisp/checkdoc.el (checkdoc-in-abbreviation-p): Recognize "U.S." acronym.
This commit is contained in:
parent
dd8d5d57df
commit
f410b251fd
1 changed files with 1 additions and 1 deletions
|
@ -2137,7 +2137,7 @@ Examples of recognized abbreviations: \"e.g.\", \"i.e.\", \"cf.\"."
|
|||
(seq (any "cC") "f") ; cf.
|
||||
(seq (any "eE") ".g") ; e.g.
|
||||
(seq (any "iI") "." (any "eE")) ; i.e.
|
||||
"a.k.a" "etc" "vs" "N.B"
|
||||
"a.k.a" "etc" "vs" "N.B" "U.S"
|
||||
;; Some non-standard or less common ones that we
|
||||
;; might as well accept.
|
||||
"Inc" "Univ" "misc" "resp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue