diff doc/interpreter/stmt.txi @ 17418:0bcbbd82c9b5

doc: Fix indexing of continuation lines * doc/interpreter/stmt.txi: Place indexing markers below node and section statement
author Stefan Mahr <dac922@gmx.de>
date Fri, 13 Sep 2013 15:41:42 +0200
parents a654c1eccd29
children d63878346099
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi	Sat Sep 14 11:19:25 2013 +0200
+++ b/doc/interpreter/stmt.txi	Fri Sep 13 15:41:42 2013 +0200
@@ -850,13 +850,12 @@
 @var{catch} statements are evaluated.  @xref{Errors and Warnings}, for more
 information about the @code{lasterr} function.
 
+@node Continuation Lines
+@section Continuation Lines
 @cindex continuation lines
 @cindex @code{...} continuation marker
 @cindex @code{\} continuation marker
 
-@node Continuation Lines
-@section Continuation Lines
-
 In the Octave language, most statements end with a newline character and
 you must tell Octave to ignore the newline character in order to
 continue a statement from one line to the next.  Lines that end with the