diff scripts/plot/ishold.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents c49aec8a9080
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/ishold.m
+++ b/scripts/plot/ishold.m
@@ -43,7 +43,7 @@
   if (nargin == 0)
     retval = __hold_state__(__current_figure__);
   else
-    usage ("ishold ()");
+    print_usage ();
   endif
 
 endfunction