Variable: ispell-have-new-look
ispell-have-new-look is a customizable variable defined in
ispell.el.gz.
Value
nil
Documentation
Non-nil means use the -r option (regexp) when running look.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-have-new-look nil
"Non-nil means use the `-r' option (regexp) when running `look'."
:type 'boolean)