# HG changeset patch # User Francesco Potorti # Date 1222184425 14400 # Node ID 951917a0b9f8359cb5efa8bc5b332590fb11ce1c # Parent f38997cf9e5b10ec81042c6bcd9aa3c143526dee 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-09-23 Brian Gough * interpreter/matrix.txi: Update docs for random number generators. @@ -12,7 +16,7 @@ 2008-08-28 John W. Eaton - * doc/interpreter/func.txi, interpreter/plot.txi: Doc fixes + * interpreter/func.txi, interpreter/plot.txi: Doc fixes suggested by Francesco Potorti` . 2008-08-28 David Bateman 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::