Function: pcomplete/pathchk
pcomplete/pathchk is an autoloaded and byte-compiled function defined
in pcmpl-unix.el.gz.
Signature
(pcomplete/pathchk)
Documentation
Completion for the pathchk command.
Source Code
;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/pathchk ()
"Completion for the `pathchk' command."
(pcomplete-here-using-help "pathchk --help"))