Variable: forms-rw-face

forms-rw-face is a customizable variable defined in forms.el.gz.

Value

region

Documentation

The face (a symbol) that is used to display read-write text on the screen.

Source Code

;; Defined in /usr/src/emacs/lisp/forms.el.gz
(defcustom forms-rw-face 'region
  "The face (a symbol) that is used to display read-write text on the screen."
  :type 'face)