Variable: pcomplete-command-name-function

pcomplete-command-name-function is a customizable variable defined in pcomplete.el.gz.

Value

pcomplete-command-name

Documentation

Function called for determining the current command name.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-command-name-function #'pcomplete-command-name
  "Function called for determining the current command name."
  :type 'function)