diff scripts/plot/clf.m @ 9752:51c21837686f

Period spellcheck of Octave documentation to check and fix newly added DOCSTRINGS
author Rik <rdrider0-list@yahoo.com>
date Thu, 22 Oct 2009 20:25:08 -0700
parents c539ec5726e7
children 95c3e38098bf
line wrap: on
line diff
--- a/scripts/plot/clf.m	Thu Oct 22 12:18:56 2009 -0400
+++ b/scripts/plot/clf.m	Thu Oct 22 20:25:08 2009 -0700
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} clf (@var{hfig})
 ## @deftypefnx {Function File} {} clf (@var{hfig}, "reset")
 ## Clear the current figure window.  @code{clf} operates by deleting child
-## graphics objects with visible handles (@code{HandleVisibility} = on).
+## graphics objects with visible handles (@code{handlevisibility} = on).
 ## If @var{hfig} is specified operate on it instead of the current figure.
 ## If the optional argument @code{"reset"} is specified, all objects including
 ## those with hidden handles are deleted.