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.
This word-list is used if it is different from
ispell-alternate-dictionary.
This is also used by ispell-lookup-words and ispell-complete-word.
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.
This word-list is used if it is different from
`ispell-alternate-dictionary'.
This is also used by `ispell-lookup-words' and `ispell-complete-word'."
:type '(choice file (const :tag "None" nil)))