Add "N.B." abbreviation to checkdoc
* lisp/emacs-lisp/checkdoc.el (checkdoc-in-abbreviation-p): Add abbreviation "N.B.".
This commit is contained in:
parent
49a6b26cf7
commit
1eaee319ea
1 changed files with 2 additions and 4 deletions
|
@ -2129,13 +2129,11 @@ Examples of recognized abbreviations: \"e.g.\", \"i.e.\", \"cf.\"."
|
|||
;; a part of a list.
|
||||
(rx letter ".")
|
||||
(rx (or
|
||||
;; The abbreviations:
|
||||
;; The abbreviations (a trailing dot is added below).
|
||||
(seq (any "cC") "f") ; cf.
|
||||
(seq (any "eE") ".g") ; e.g.
|
||||
(seq (any "iI") "." (any "eE")) ; i.e.
|
||||
"a.k.a" ; a.k.a.
|
||||
"etc" ; etc.
|
||||
"vs" ; vs.
|
||||
"a.k.a" "etc" "vs" "N.B"
|
||||
;; 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