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