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

Texinfo fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Mar 2008 16:27:14 -0400
parents 5389a52df87b
children a013ff655ca4
line wrap: on
line diff
--- a/scripts/plot/patch.m	Wed Mar 26 16:18:23 2008 -0400
+++ b/scripts/plot/patch.m	Wed Mar 26 16:27:14 2008 -0400
@@ -23,7 +23,7 @@
 ## @deftypefnx {Function File} {} patch ('Faces', @var{f}, 'Vertices', @var{v}, @dots{})
 ## @deftypefnx {Function File} {} patch (@dots{}, @var{prop}, @var{val})
 ## @deftypefnx {Function File} {} patch (@var{h}, @dots{})
-## @deftypefnx {Function File} {@var{h} = } patch (@dots{})
+## @deftypefnx {Function File} {@var{h} =} patch (@dots{})
 ## Create patch object from @var{x} and @var{y} with color @var{c} and
 ## insert in the current axes object.  Return handle to patch object.
 ##