Function: pcomplete/ptx

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

Signature

(pcomplete/ptx)

Documentation

Completion for the ptx command.

Source Code

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