Variable: ispell-hunspell-dictionary-alist
ispell-hunspell-dictionary-alist is a variable defined in
ispell.el.gz.
Value
nil
Documentation
Alist of parsed Hunspell dicts and associated parameters.
This alist will initially contain names of found dicts. Associated parameters will be added when dict is used for the first time. Internal use.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defvar ispell-hunspell-dictionary-alist nil
"Alist of parsed Hunspell dicts and associated parameters.
This alist will initially contain names of found dicts. Associated
parameters will be added when dict is used for the first time.
Internal use.")