Variable: icomplete-max-delay-chars
icomplete-max-delay-chars is a customizable variable defined in
icomplete.el.gz.
Value
2
Documentation
Maximum number of initial chars to apply icomplete-compute-delay.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-max-delay-chars 2
"Maximum number of initial chars to apply `icomplete-compute-delay'."
:type 'integer)