# HG changeset patch # User jwe # Date 1129222264 0 # Node ID eacb3f5cfb993ecf74be8b38c12dbf667dbb3fa4 # Parent 4e8a9543e68cbf22192f53d594caeee0a7c15a1a [project @ 2005-10-13 16:51:04 by jwe] diff -r 4e8a9543e68c -r eacb3f5cfb99 src/DLD-FUNCTIONS/gplot.l --- a/src/DLD-FUNCTIONS/gplot.l Wed Oct 12 23:59:54 2005 +0000 +++ b/src/DLD-FUNCTIONS/gplot.l Thu Oct 13 16:51:04 2005 +0000 @@ -1691,7 +1691,7 @@ gnuplot::send_raw (cmd); } else - print_usage ("raw"); + print_usage ("__gnuplot_raw__"); return octave_value_list (); }