Function: pcomplete/du

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

Signature

(pcomplete/du)

Documentation

Completion for the du command.

Source Code

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