Variable: rst-toc-insert-max-level

rst-toc-insert-max-level is a customizable variable defined in rst.el.gz.

Value

nil

Documentation

If non-nil, maximum depth of the inserted TOC.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-toc-insert-max-level nil
  "If non-nil, maximum depth of the inserted TOC."
  :type '(choice (const nil) integer)
  :group 'rst-toc)