# HG changeset patch # User Rik # Date 1374024587 25200 # Node ID b59919bd2b0b25f5c017b5ec9ffb639cc61db210 # Parent cd0c56969d59b7ac2083abcf39ac70d7ae7ea282 hidden.m: Correct typo in docstring. * scripts/plot/hidden.m: Use @dots macro correctly. diff -r cd0c56969d59 -r b59919bd2b0b scripts/plot/hidden.m --- a/scripts/plot/hidden.m Tue Jul 16 18:13:52 2013 -0700 +++ b/scripts/plot/hidden.m Tue Jul 16 18:29:47 2013 -0700 @@ -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.