ispell-lookup-words

ispell-lookup-words is a compiled Lisp function in `ispell.el'.

(ispell-lookup-words WORD &optional LOOKUP-DICT)

Look up WORD in optional word-list dictionary LOOKUP-DICT.
A `*' serves as a wild card. If no wild cards, `look' is used if it exists.
Otherwise the variable `ispell-grep-command' contains the command used to
search for the words (usually egrep).

Optional second argument contains the dictionary to use; the default is
`ispell-alternate-dictionary', overridden by `ispell-complete-word-dict'
if defined.