Variable: rst-block-face
rst-block-face is a customizable variable defined in rst.el.gz.
This variable is obsolete since 24.1; customize the face rst-block
instead.
Value
rst-block
Documentation
All syntax marking up a special block.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-block-face 'rst-block
"All syntax marking up a special block."
:version "24.1"
:group 'rst-faces
:type '(face))