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

Texinfo fixes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Mar 2008 16:27:14 -0400 (2008-03-26)
parents 5389a52df87b
children 73d6b71788c0
line wrap: on
line diff
--- a/scripts/plot/fill.m
+++ b/scripts/plot/fill.m
@@ -21,7 +21,7 @@
 ## @deftypefnx {Function File} {} fill (@var{x1}, @var{y1}, @var{c1}, @var{x2}, @var{y2}, @var{c2})
 ## @deftypefnx {Function File} {} fill (@dots{}, @var{prop}, @var{val})
 ## @deftypefnx {Function File} {} fill (@var{h}, @dots{})
-## @deftypefnx {Function File} {@var{h} = } fill (@dots{})
+## @deftypefnx {Function File} {@var{h} =} fill (@dots{})
 ## Create one or more filled patch objects, returning a patch object for each.
 ## @end deftypefn