# HG changeset patch # User Stefan Mahr # Date 1379079702 -7200 # Node ID 0bcbbd82c9b5d3e974bb46720cb8e872788d869c # Parent 9289bb0ff4dd806453993865197ade533793f7d9 doc: Fix indexing of continuation lines * doc/interpreter/stmt.txi: Place indexing markers below node and section statement diff -r 9289bb0ff4dd -r 0bcbbd82c9b5 doc/interpreter/stmt.txi --- 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