Function: pcomplete/chmod

pcomplete/chmod is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/chmod)

Documentation

Completion for the chmod command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/chmod ()
  "Completion for the `chmod' command."
  (pcomplete-here-using-help "chmod --help"))