# HG changeset patch # User Francesco Potorti # Date 1222187451 14400 # Node ID 170ff7258b31f28c791e105a36aaab3775d5948f # Parent 951917a0b9f8359cb5efa8bc5b332590fb11ce1c 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.