Variable: checkdoc-ispell-lisp-words
checkdoc-ispell-lisp-words is a variable defined in checkdoc.el.gz.
Value
("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
Documentation
List of words that are correct when spell-checking Lisp documentation.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
;;;###autoload(put 'checkdoc-spellcheck-documentation-flag 'safe-local-variable #'booleanp)
(defvar checkdoc-ispell-lisp-words
'("alist" "emacs" "etags" "keymap" "paren" "regexp" "sexp" "xemacs")
"List of words that are correct when spell-checking Lisp documentation.")