# 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 --git a/scripts/plot/clf.m b/scripts/plot/clf.m --- a/scripts/plot/clf.m +++ b/scripts/plot/clf.m @@ -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.