Variable: completion-lazy-hilit-fn
completion-lazy-hilit-fn is a variable defined in compat-30.el.
Value
nil
Documentation
[Compatibility variable for completion-lazy-hilit-fn, defined in Emacs
30.1. See (compat) Emacs 30.1' for more details.]
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 ~/.emacs.d/elpa/compat-30.1.0.1/compat-30.el
(compat-defvar completion-lazy-hilit-fn nil ;; <compat-tests:completion-lazy-hilit>
"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.")