changeset 16993: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 4e8f49304059
files scripts/plot/hidden.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.