# HG changeset patch # User Francesco Potorti # Date 1222239633 -7200 # Node ID 69d44d782cee967db4af5ddfb60ac3a259c14353 # Parent 624ee5198ca42cd65dcf8d293d020aeda0209d78 container.txi: fix cross reference in struct docs diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-09-23 Francesco Potorti` . + + * interpreter/container.txi: Fix cross reference in struct docs. + 2008-07-28 David Bateman * interpreter/plot.txi: Document contourf. diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi --- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -208,7 +208,7 @@ It is also possible to cycle through all the elements of a structure in a loop, using a special form of the @code{for} statement -(@pxref{The for Statement}) +(@pxref{Looping Over Structure Elements}) @menu * Structure Arrays::