diff scripts/plot/clf.m @ 13316:959944e9d927

fix clf docstring typo from previous change * clf.m: Use @dots{}, not @dots.
author John W. Eaton <jwe@octave.org>
date Tue, 11 Oct 2011 10:35:28 -0400
parents 467276f9a366
children 5f0bb45e615c
line wrap: on
line diff
--- 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.