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