Function: pcomplete-here*

pcomplete-here* is a macro defined in pcomplete.el.gz.

Signature

(pcomplete-here* &optional FORM STUB FORM-ONLY)

Documentation

An alternate form which does not participate in argument paring.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defmacro pcomplete-here* (&optional form stub form-only)
  "An alternate form which does not participate in argument paring."
  (declare (debug t))
  `(pcomplete-here ,form ,stub t ,form-only))