Mercurial > hg > octave-nkf
diff src/load-save.cc @ 12216:becaa4b96728
load-save.cc (Fload): fix texinfo markup
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 30 Jan 2011 01:40:18 -0500 |
parents | b64b82721062 |
children | 7a5aacf65f81 |
line wrap: on
line diff
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -544,7 +544,7 @@ @deftypefn {Command} {} load file\n\ @deftypefnx {Command} {} load options file\n\ @deftypefnx {Command} {} load options file v1 v2 @dots{}\n\ -@deftypefnx {Command} {} S = load(\"options\", \"file\", \"v1\", \"v2\", @dots{})\n\ +@deftypefnx {Command} {S =} load (\"options\", \"file\", \"v1\", \"v2\", @dots{})\n\ Load the named variables @var{v1}, @var{v2}, @dots{}, from the file\n\ @var{file}. If no variables are specified then all variables found in the\n\ file will be loaded. As with @code{save}, the list of variables to extract\n\