Variable: completions-highlight-face
completions-highlight-face is a customizable variable defined in
minibuffer.el.gz.
Value
completions-highlight
Documentation
A face name to highlight the current completion candidate.
If the value is nil, no highlighting is performed.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defcustom completions-highlight-face 'completions-highlight
"A face name to highlight the current completion candidate.
If the value is nil, no highlighting is performed."
:type '(choice (const nil) face)
:version "29.1")