Variable: forms-ro-face
forms-ro-face is a customizable variable defined in forms.el.gz.
Value
default
Documentation
The face (a symbol) that is used to display read-only text on the screen.
Source Code
;; Defined in /usr/src/emacs/lisp/forms.el.gz
(defcustom forms-ro-face 'default
"The face (a symbol) that is used to display read-only text on the screen."
:type 'face)