Function: pcomplete-command-name

pcomplete-command-name is a byte-compiled function defined in pcomplete.el.gz.

Signature

(pcomplete-command-name)

Documentation

Return the command name of the first argument.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defun pcomplete-command-name ()
  "Return the command name of the first argument."
  (file-name-nondirectory (pcomplete-arg 'first)))