diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 17:15:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:05 -0700 |
commit | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (patch) | |
tree | 745e175ed726eea3783a6a8f749a19db0a7d9d19 /lisp/textmodes/rst.el | |
parent | 0485aa76c94643489f5ba99e450648f87498f0b4 (diff) | |
download | emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.tar.gz emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.tar.bz2 emacs-0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4.zip |
; Spelling fixes
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 |