diff scripts/plot/surface.m @ 7650:eb7bdde776f2

Texinfo fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Mar 2008 16:27:14 -0400
parents d42d8c43d3e7
children fa78cb8d8a5c
line wrap: on
line diff
--- a/scripts/plot/surface.m	Wed Mar 26 16:18:23 2008 -0400
+++ b/scripts/plot/surface.m	Wed Mar 26 16:27:14 2008 -0400
@@ -24,7 +24,7 @@
 ## @deftypefnx {Function File} {} surface (@var{z})
 ## @deftypefnx {Function File} {} surface (@dots{}, @var{prop}, @var{val})
 ## @deftypefnx {Function File} {} surface (@var{h}, @dots{})
-## @deftypefnx {Function File} {@var{h} = } surface (@dots{})
+## @deftypefnx {Function File} {@var{h} =} surface (@dots{})
 ## Plot a surface graphic object given matrices @var{x}, and @var{y} from 
 ## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and 
 ## @var{y} coordinates of the surface.  If @var{x} and @var{y} are vectors,