changeset 5491:eacb3f5cfb99

[project @ 2005-10-13 16:51:04 by jwe]
author jwe
date Thu, 13 Oct 2005 16:51:04 +0000
parents 4e8a9543e68c
children 179096e8e57f
files src/DLD-FUNCTIONS/gplot.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/gplot.l
+++ b/src/DLD-FUNCTIONS/gplot.l
@@ -1691,7 +1691,7 @@
       gnuplot::send_raw (cmd);
     }
   else
-    print_usage ("raw");
+    print_usage ("__gnuplot_raw__");
 
   return octave_value_list ();
 }