Variable: rst-toc-buffer-name
rst-toc-buffer-name is a variable defined in rst.el.gz.
Value
"*Table of Contents*"
Documentation
Name of the Table of Contents buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defconst rst-toc-buffer-name "*Table of Contents*"
"Name of the Table of Contents buffer.")