Variable: checkdoc-proper-noun-list

checkdoc-proper-noun-list is a variable defined in checkdoc.el.gz.

Value

("emacs" "lisp" "dired")

Documentation

List of words (not capitalized) which should be capitalized.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defvar checkdoc-proper-noun-list
  '("emacs" "lisp" "dired")
  "List of words (not capitalized) which should be capitalized.")