Variable: ispell-choices-win-default-height

ispell-choices-win-default-height is a customizable variable defined in ispell.el.gz.

Value

2

Documentation

The default size of the *Choices* window, including the mode line.

Must be greater than 1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-choices-win-default-height 2
  "The default size of the `*Choices*' window, including the mode line.
Must be greater than 1."
  :type 'integer)