Function: pcomplete/dirname

pcomplete/dirname is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/dirname)

Documentation

Completion for the dirname command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/dirname ()
  "Completion for the `dirname' command."
  (pcomplete-here-using-help "dirname --help"))