Variable: ispell-look-options
ispell-look-options is a customizable variable defined in
ispell.el.gz.
Value
"-df"
Documentation
String of command options for ispell-look-command.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-look-options (if ispell-have-new-look "-dfr" "-df")
"String of command options for `ispell-look-command'."
:type 'string)