changeset 17441: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 9289bb0ff4dd
children f81401b6b1f7
files doc/interpreter/stmt.txi
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi
+++ b/doc/interpreter/stmt.txi
@@ -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