Variable: eshell-command-completion-function
eshell-command-completion-function is a customizable variable defined
in em-cmpl.el.gz.
Value
#[0 "\300\301\302\211\211$\207"
[pcomplete--here
#[0 "\300 \207" [eshell--complete-commands-list] 1] nil]
5]
Documentation
Function called for completing the initial command argument.
Its value is assigned to pcomplete-command-completion-function locally after eshell starts.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-command-completion-function
(lambda ()
(pcomplete-here (eshell--complete-commands-list)))
(eshell-cmpl--custom-variable-docstring 'pcomplete-command-completion-function)
:type (get 'pcomplete-command-completion-function 'custom-type))