# HG changeset patch # User jwe # Date 1129222264 0 # Node ID eacb3f5cfb993ecf74be8b38c12dbf667dbb3fa4 # Parent 4e8a9543e68cbf22192f53d594caeee0a7c15a1a [project @ 2005-10-13 16:51:04 by jwe] diff --git a/src/DLD-FUNCTIONS/gplot.l b/src/DLD-FUNCTIONS/gplot.l --- 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 (); }