changeset 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 fa1b2b394195
children d2b799e3178a
files scripts/plot/clf.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.