Function: corfu--capf-wrapper-advice

corfu--capf-wrapper-advice is a byte-compiled function defined in corfu.el.

Signature

(corfu--capf-wrapper-advice ORIG FUN WHICH)

Documentation

Around advice for completion--capf-wrapper.

The ORIG function takes the FUN and WHICH arguments.

Source Code

;; Defined in ~/.emacs.d/elpa/corfu-20260813.950/corfu.el
(defun corfu--capf-wrapper-advice (orig fun which)
  "Around advice for `completion--capf-wrapper'.
The ORIG function takes the FUN and WHICH arguments."
  (if corfu-mode (corfu--capf-wrapper fun) (funcall orig fun which)))