Variable: pcomplete-command-completion-function
pcomplete-command-completion-function is a customizable variable
defined in pcomplete.el.gz.
Value
#[0 "\300\301\302\211\211$\207"
[pcomplete--here
#[0 "\300\301\302\"\207"
[nil pcomplete-entries file-executable-p] 4]
nil]
5]
Documentation
Function called for completing the initial command argument.
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-command-completion-function
(lambda ()
(pcomplete-here (pcomplete-executables)))
"Function called for completing the initial command argument."
:type 'function)