Variable: completions-max-height

completions-max-height is a customizable variable defined in minibuffer.el.gz.

Value

nil

Documentation

Maximum height for *Completions* buffer window.

This variable was added, or its default value changed, in Emacs 29.1.

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defcustom completions-max-height nil
  "Maximum height for *Completions* buffer window."
  :type '(choice (const nil) natnum)
  :version "29.1")