[manual] for in structures

John W. Eaton jwe at bevo.che.wisc.edu
Tue Sep 23 10:43:48 CDT 2008


On 23-Sep-2008, Francesco Potorti` wrote:

| In Data Structures I propose to use a more precise reference:
| 
| diff -r de8b07e95d1b doc/interpreter/container.txi
| --- a/doc/interpreter/container.txi	Mon Sep 22 13:38:15 2008 -0400
| +++ b/doc/interpreter/container.txi	Tue Sep 23 16:47:12 2008 +0200
| @@ -208,7 +208,7 @@ x.v =
|  
|  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::

I applied this patch.

Are you using Mercurial?  If so, could you please submit future
patches by committing to your local archive and then exporting the
change with "hg export", and then sending the resulting changeset as a
plain/text attachment?  That makes it easier for me to apply the
changes and give you credit for them.

Thanks,

jwe


More information about the Bug-octave mailing list