Variable: icomplete-prospects-height
icomplete-prospects-height is a customizable variable defined in
icomplete.el.gz.
Value
2
Documentation
Maximum number of lines to use in the minibuffer.
This variable was added, or its default value changed, in Emacs 26.1.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
;;;_* User Customization variables
(defcustom icomplete-prospects-height 2
;; We used to compute how many lines 100 characters would take in
;; the current window width, but the return value of `window-width'
;; is unreliable on startup (e.g., if we're in daemon mode), so now
;; we simply base the default value on an 80 column window.
"Maximum number of lines to use in the minibuffer."
:type 'integer
:version "26.1")