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