Variable: rst-font-lock-find-unindented-line-end
rst-font-lock-find-unindented-line-end is a variable defined in
rst.el.gz.
Value
nil
Documentation
End of the match as determined by rst-font-lock-find-unindented-line-limit.
Also used as a trigger for rst-font-lock-find-unindented-line-match.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defvar rst-font-lock-find-unindented-line-end nil
"End of the match as determined by `rst-font-lock-find-unindented-line-limit'.
Also used as a trigger for `rst-font-lock-find-unindented-line-match'.")