Variable: pcomplete-autolist

pcomplete-autolist is a customizable variable defined in pcomplete.el.gz.

Value

nil

Documentation

If non-nil, automatically list possibilities on partial completion.

This mirrors the optional behavior of tcsh.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-autolist nil
  "If non-nil, automatically list possibilities on partial completion.
This mirrors the optional behavior of tcsh."
  :type 'boolean)