Variable: tags-tag-face
tags-tag-face is a customizable variable defined in etags.el.gz.
Value
default
Documentation
Face for tags in the output of tags-apropos.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defcustom tags-tag-face 'default
"Face for tags in the output of `tags-apropos'."
:type 'face
:version "21.1")