Variable: ispell-complete-word-dict
ispell-complete-word-dict is a customizable variable defined in
ispell.el.gz.
Value
nil
Documentation
Plain word-list dictionary used for word completion if
different from ispell-alternate-dictionary.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-complete-word-dict nil
"Plain word-list dictionary used for word completion if
different from `ispell-alternate-dictionary'."
:type '(choice file (const :tag "None" nil)))