changeset 8134:951917a0b9f8

container.txi: fix cross reference in struct docs
author Francesco Potorti
date Tue, 23 Sep 2008 11:40:25 -0400
parents f38997cf9e5b
children 170ff7258b31
files doc/ChangeLog doc/interpreter/container.txi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Sep 23 11:36:45 2008 -0400
+++ b/doc/ChangeLog	Tue Sep 23 11:40:25 2008 -0400
@@ -1,3 +1,7 @@
+2008-09-23  Francesco Potorti`  <Potorti@isti.cnr.it>.
+
+	* interpreter/container.txi: Fix cross reference in struct docs.
+
 2008-09-23  Brian Gough  <bjg@network-theory.co.uk>
 
 	* interpreter/matrix.txi: Update docs for random number generators.
@@ -12,7 +16,7 @@
 
 2008-08-28  John W. Eaton  <jwe@octave.org>
 
-	* doc/interpreter/func.txi, interpreter/plot.txi: Doc fixes
+	* interpreter/func.txi, interpreter/plot.txi: Doc fixes
 	suggested by Francesco Potorti` <Potorti@isti.cnr.it>.
 
 2008-08-28  David Bateman  <dbateman@free.fr>
--- a/doc/interpreter/container.txi	Tue Sep 23 11:36:45 2008 -0400
+++ b/doc/interpreter/container.txi	Tue Sep 23 11:40:25 2008 -0400
@@ -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::