# HG changeset patch # User Soren Hauberg # Date 1280141181 -7200 # Node ID 947adebb1336334ddc6c1317d42b3fc9dc777140 # Parent d9147775da545e92989d3c729431c87e9e41f2e6 scripts/image/image.m: fix texinfo diff -r d9147775da54 -r 947adebb1336 scripts/ChangeLog --- a/scripts/ChangeLog Sun Jul 25 22:27:08 2010 -0700 +++ b/scripts/ChangeLog Mon Jul 26 12:46:21 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-26 Soren Hauberg + + * image/image.m: Replace parenthesis with curly bracket in Texinfo. + 2010-07-25 Rik * image/image.m: Always reverse 'ydir' property when displaying images. diff -r d9147775da54 -r 947adebb1336 scripts/image/image.m --- a/scripts/image/image.m Sun Jul 25 22:27:08 2010 -0700 +++ b/scripts/image/image.m Mon Jul 26 12:46:21 2010 +0200 @@ -37,7 +37,7 @@ ## upper left. For ordinary plots, the origin is located in the lower ## left. Octave handles this inversion by plotting the data normally, ## and then reversing the direction of the y-axis by setting the -## @code{ydir) property to "reverse". This has implications whenever +## @code{ydir} property to "reverse". This has implications whenever ## an image and an ordinary plot need to be overlaid. The recommended ## solution is to display the image and then plot the reversed ydata ## using, for example, @code{flipud (ydata,1)}.