changeset 10818:947adebb1336

scripts/image/image.m: fix texinfo
author Soren Hauberg <hauberg@gmail.com>
date Mon, 26 Jul 2010 12:46:21 +0200
parents d9147775da54
children f3c984d45dcb
files scripts/ChangeLog scripts/image/image.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <hauberg@gmail.com>
+
+	* image/image.m: Replace parenthesis with curly bracket in Texinfo.
+
 2010-07-25  Rik <octave@nomad.inbox5.com>
 
 	* image/image.m: Always reverse 'ydir' property when displaying images.
--- 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)}.