Function: pcomplete/csplit

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

Signature

(pcomplete/csplit)

Documentation

Completion for the csplit command.

Source Code

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