Variable: icomplete-vertical-unselected-prefix-indicator

icomplete-vertical-unselected-prefix-indicator is a customizable variable defined in icomplete.el.gz.

Value

"  "

Documentation

Prefix string used on the unselected completion candidates.

If icomplete-vertical-render-prefix-indicator is t, the string defined here is used as a prefix for all unselected entries in the list. list. It can be further customized by the face icomplete-vertical-unselected-prefix-indicator-face.

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

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-vertical-unselected-prefix-indicator "  "
  "Prefix string used on the unselected completion candidates.
If `icomplete-vertical-render-prefix-indicator' is t, the string
defined here is used as a prefix for all unselected entries in the list.
list.  It can be further customized by the face
`icomplete-vertical-unselected-prefix-indicator-face'."
  :type 'string
  :group 'icomplete
  :version "31.1")