Variable: pcomplete-use-paring

pcomplete-use-paring is a customizable variable defined in pcomplete.el.gz.

Value

t

Documentation

If t, pare alternatives that have already been used.

If nil, you will always see the completion set of possible options, no matter which of those options have already been used in previous command arguments.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-use-paring t
  "If t, pare alternatives that have already been used.
If nil, you will always see the completion set of possible options, no
matter which of those options have already been used in previous
command arguments."
  :type 'boolean)