Variable: Man-fontify-manpage-flag
Man-fontify-manpage-flag is a customizable variable defined in
man.el.gz.
Value
t
Documentation
Non-nil means make up the manpage with fonts.
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-fontify-manpage-flag t
"Non-nil means make up the manpage with fonts."
:type 'boolean
:group 'man)