Variable: rst-toc-insert-number-separator

rst-toc-insert-number-separator is a customizable variable defined in rst.el.gz.

Value

"  "

Documentation

Separator that goes between the TOC number and the title.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-toc-insert-number-separator "  "
  "Separator that goes between the TOC number and the title."
  :type 'string
  :group 'rst-toc)