# HG changeset patch # User John W. Eaton # Date 1318343728 14400 # Node ID 959944e9d9273a69bb6564bbcb77b3d3e2721ceb # Parent fa1b2b3941952960b1497471c867f3892f3be10f fix clf docstring typo from previous change * clf.m: Use @dots{}, not @dots. diff -r fa1b2b394195 -r 959944e9d927 scripts/plot/clf.m --- a/scripts/plot/clf.m Mon Oct 10 21:04:22 2011 -0700 +++ b/scripts/plot/clf.m Tue Oct 11 10:35:28 2011 -0400 @@ -21,7 +21,7 @@ ## @deftypefnx {Function File} {} clf ("reset") ## @deftypefnx {Function File} {} clf (@var{hfig}) ## @deftypefnx {Function File} {} clf (@var{hfig}, "reset") -## @deftypefnx {Function File} {@var{h} =} clf (@dots) +## @deftypefnx {Function File} {@var{h} =} clf (@dots{}) ## Clear the current figure window. @code{clf} operates by deleting child ## graphics objects with visible handles (@code{handlevisibility} = on). ## If @var{hfig} is specified operate on it instead of the current figure.