Variable: icomplete-overlay

icomplete-overlay is a variable defined in icomplete.el.gz.

Value

#<overlay from 1 to 1 in *scratch*>

Documentation

Overlay used to display the list of completions.

Source Code

;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
;;;_* Initialization

;;;_ + Internal Variables
;;;_  = icomplete-eoinput nil
(defvar icomplete-overlay (make-overlay (point-min) (point-min) nil t t)
  "Overlay used to display the list of completions.")