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