Variable: info-lookup-highlight-face

info-lookup-highlight-face is a customizable variable defined in info-look.el.gz.

Value

match

Documentation

Face for highlighting looked up help items.

Setting this variable to nil disables highlighting.

Source Code

;; Defined in /usr/src/emacs/lisp/info-look.el.gz
(defcustom info-lookup-highlight-face 'match
  "Face for highlighting looked up help items.
Setting this variable to nil disables highlighting."
  :type 'face)