Function: completion-lazy-hilit-p

completion-lazy-hilit-p is a byte-compiled function defined in minibuffer.el.gz.

Signature

(completion-lazy-hilit-p)

Documentation

Return non-nil if the completion frontend supports lazy highlighting.

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defun completion-lazy-hilit-p ()
  "Return non-nil if the completion frontend supports lazy highlighting."
  (or completion-lazy-hilit
      (alist-get 'lazy-highlight completion-frontend-properties)))