Variable: ispell-keep-choices-win
ispell-keep-choices-win is a customizable variable defined in
ispell.el.gz.
Value
t
Documentation
If non-nil, keep the *Choices* window for the entire spelling session.
This minimizes redisplay thrashing.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-keep-choices-win t
"If non-nil, keep the `*Choices*' window for the entire spelling session.
This minimizes redisplay thrashing."
:type 'boolean)