Variable: ispell-hunspell-dict-paths-alist
ispell-hunspell-dict-paths-alist is a variable defined in
ispell.el.gz.
Value
nil
Documentation
Alist of parsed Hunspell dicts and associated affix files.
Will be used to parse corresponding .aff file and create associated
parameters to be inserted into ispell-hunspell-dictionary-alist.
Internal use.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;; Make ispell.el work better with hunspell.
(defvar ispell-hunspell-dict-paths-alist nil
"Alist of parsed Hunspell dicts and associated affix files.
Will be used to parse corresponding .aff file and create associated
parameters to be inserted into `ispell-hunspell-dictionary-alist'.
Internal use.")