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