Variable: completion-lazy-hilit-fn
completion-lazy-hilit-fn is a variable defined in minibuffer.el.gz.
Value
nil
Documentation
Fontification function set by lazy-highlighting completions styles.
When a given style wants to enable support for completion-lazy-hilit(var)/completion-lazy-hilit(fun)
(which see), that style should set this variable to a function of one
argument. It will be called with each completion candidate, a string, to
be displayed to the user, and should destructively propertize these
strings with the face property.
Source Code
;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defvar completion-lazy-hilit-fn nil
"Fontification function set by lazy-highlighting completions styles.
When a given style wants to enable support for `completion-lazy-hilit'
\(which see), that style should set this variable to a function of one
argument. It will be called with each completion candidate, a string, to
be displayed to the user, and should destructively propertize these
strings with the `face' property.")