Variable: icomplete--initial-input
icomplete--initial-input is a variable defined in icomplete.el.gz.
Value
nil
Documentation
Initial input in the minibuffer when icomplete-mode(var)/icomplete-mode(fun) was activated.
Used to implement the option icomplete-show-matches-on-no-input.
Source Code
;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defvar icomplete--initial-input nil
"Initial input in the minibuffer when `icomplete-mode' was activated.
Used to implement the option `icomplete-show-matches-on-no-input'.")