Mercurial > hg > octave-lyh
diff scripts/plot/hidden.m @ 16991:b59919bd2b0b
hidden.m: Correct typo in docstring.
* scripts/plot/hidden.m: Use @dots macro correctly.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 16 Jul 2013 18:29:47 -0700 |
parents | cd0c56969d59 |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/hidden.m +++ b/scripts/plot/hidden.m @@ -20,7 +20,7 @@ ## @deftypefn {Function File} {} hidden () ## @deftypefnx {Function File} {} hidden ("on") ## @deftypefnx {Function File} {} hidden ("off") -## @deftypefnx {Function File} {@var{state} =} hidden (@var{dots{}) +## @deftypefnx {Function File} {@var{state} =} hidden (@dots{}) ## Control mesh hidden line removal. ## ## When called with no argument the hidden line removal state is toggled.