Mercurial > hg > octave-thorsten
changeset 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 | 4ae2a74ed04c |
children | 6ef3e671c87c |
files | src/ChangeLog src/load-save.cc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-01-30 John W. Eaton <jwe@octave.org> + + * load-save.cc (Fload): Doc fix. + 2011-01-29 Rik <octave@nomad.inbox5.com> * DLD-FUNCTIONS/__init_fltk__.cc (fltk_gui_mode, fltk_mouse_wheel_zoom):
--- 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\