Function: pcomplete/rm

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

Signature

(pcomplete/rm)

Documentation

Completion for the rm command.

Source Code

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