Mercurial > hg > octave-lyh
diff scripts/plot/linkprop.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | 73d6b71788c0 |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/plot/linkprop.m +++ b/scripts/plot/linkprop.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{hlink} =} linkprop (@var{h}, @var{prop}) ## Links graphics object properties, such that a change in one is -## propagated to the others. The properties to link are given as a +## propagated to the others. The properties to link are given as a ## string of cell string array by @var{prop} and the objects containing ## these properties by the handle array @var{h}. ##