Mercurial > hg > octave-nkf
diff scripts/plot/gnuplot_binary.in @ 9467:49f890499ebc
fix typo in gnuplot_binary
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 29 Jul 2009 10:08:58 +0200 |
parents | ff8d7f3ad203 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/gnuplot_binary.in +++ b/scripts/plot/gnuplot_binary.in @@ -18,7 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Loadable Function} {[@var{prog}, @var{args}] =} gnuplot_binary () -## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @varg{arg1}, @dots{}) +## @deftypefnx {Loadable Function} {[@var{old_prog}, @var{old_args}] =} gnuplot_binary (@var{new_prog}, @var{arg1}, @dots{}) ## Query or set the name of the program invoked by the plot command ## and any arguments to pass to it. Previous arguments are returned ## as a cell array.