Function: pcomplete/stat

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

Signature

(pcomplete/stat)

Documentation

Completion for the stat command.

Source Code

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