Function: verilog--complete-with-action

verilog--complete-with-action is a function alias for complete-with-action, defined in minibuffer.el.gz.

Signature

(verilog--complete-with-action ACTION COLLECTION STRING PREDICATE)

Documentation

Perform completion according to ACTION.

STRING, COLLECTION and PREDICATE are used as in try-completion.

If COLLECTION is a function, it will be called directly to perform completion, no matter what ACTION is.

If ACTION is metadata or a list where the first element is boundaries, return nil. If ACTION is nil, this function works like try-completion; if it is t, this function works like all-completion; and any other value makes it work like test-completion.

Aliases

verilog--complete-with-action