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