Function: pcomplete/test

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

Signature

(pcomplete/test)

Documentation

Completion for the test command.

Aliases

pcomplete/[

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/test ()
  "Completion for the `test' command."
  (pcomplete-here-using-help '("[" "--help")
                             :margin "^ +\\([A-Z]+1 \\)?"))