# HG changeset patch # User Francesco Potorti # Date 1222239964 -7200 # Node ID 24d26caa095b5cf4856729e7ab799a830db5ee4f # Parent 69d44d782cee967db4af5ddfb60ac3a259c14353 container.txi: doc fix diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi --- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -418,7 +418,7 @@ @subsection Processing Data in Structures The simplest way to process data in a structure is within a @code{for} -loop or othe means of iterating over the fields. A similar effect can be +loop (@pxref{Looping Over Structure Elements}). A similar effect can be achieved with the @code{structfun} function, where a user defined function is applied to each field of the structure.