changeset 11853:69d44d782cee release-3-0-x

container.txi: fix cross reference in struct docs
author Francesco Potorti
date Wed, 24 Sep 2008 09:00:33 +0200
parents 624ee5198ca4
children 24d26caa095b
files doc/ChangeLog doc/interpreter/container.txi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-23  Francesco Potorti`  <Potorti@isti.cnr.it>.
+
+	* interpreter/container.txi: Fix cross reference in struct docs.
+
 2008-07-28  David Bateman  <dbateman@free.fr>
 
 	* interpreter/plot.txi: Document contourf.
--- 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::