Variable: icomplete-hide-common-prefix

icomplete-hide-common-prefix is a customizable variable defined in icomplete.el.gz.

Value

t

Documentation

When non-nil, hide common prefix from completion candidates.

When nil, show candidates in full.

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

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/icomplete.el.gz
(defcustom icomplete-hide-common-prefix t
  "When non-nil, hide common prefix from completion candidates.
When nil, show candidates in full."
  :type 'boolean
  :version "24.4")