Variable: grep-hit-face

grep-hit-face is a variable defined in grep.el.gz.

Value

compilation-info

Documentation

Face name to use for grep hits.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
;; Reverse the colors because grep hits are not errors (though we jump there
;; with `next-error'), and unreadable files can't be gone to.
(defvar grep-hit-face	compilation-info-face
  "Face name to use for grep hits.")