diff options
Diffstat (limited to 'lisp/textmodes/rst.el')
-rw-r--r-- | lisp/textmodes/rst.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 5534294738c..146d9b95f1a 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -3486,7 +3486,7 @@ applied to each line like this COUNT is 0 before the first paragraph and increments for every paragraph found on level IND. IN-FIRST is non-nil if this is the first line of such a paragraph. IN-SUB is non-nil if this line -is part of a sub-block while IN-SUPER is non-nil of this line is +is part of a sub-block while IN-SUPER is non-nil if this line is part of a less indented block (super-block). IN-EMPTY is non-nil if this line is empty where an empty line is considered being part of the previous block. RELIND is nil for an empty line, 0 |