diff src/data.cc @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents bc3fdfe311a3
children 4964d5391acc
line wrap: on
line diff
--- a/src/data.cc
+++ b/src/data.cc
@@ -809,7 +809,7 @@
   if (args.length () == 1)
     retval = args(0).is_numeric_type () ? 1.0 : 0.0;
   else
-    print_usage ("is_list");
+    print_usage ("isnumeric");
 
   return retval;
 }