Variable: rst-indent-comment

rst-indent-comment is a customizable variable defined in rst.el.gz.

Value

3

Documentation

Default indentation for first line of a comment.

This variable was added, or its default value changed, in rst version
1.1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
(defcustom rst-indent-comment 3
  "Default indentation for first line of a comment."
  :group 'rst-indent
  :package-version '(rst . "1.1.0")
  :type '(integer))