Variable: icomplete-delay-completions-threshold

icomplete-delay-completions-threshold is a customizable variable defined in icomplete.el.gz.

Value

400

Documentation

Pending-completions number over which to apply icomplete-compute-delay.

Source Code

;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-delay-completions-threshold 400
  "Pending-completions number over which to apply `icomplete-compute-delay'."
  :type 'integer)