# HG changeset patch # User John W. Eaton # Date 1296369618 18000 # Node ID e62709593485abfd280037f7f9edfa0595ea289a # Parent 2b7aa04f6b5304c031fa20eab57f2bfe28ab2abe load-save.cc (Fload): fix texinfo markup diff -r 2b7aa04f6b53 -r e62709593485 src/ChangeLog --- a/src/ChangeLog Sat Jan 29 22:31:31 2011 -0800 +++ b/src/ChangeLog Sun Jan 30 01:40:18 2011 -0500 @@ -1,3 +1,7 @@ +2011-01-30 John W. Eaton + + * load-save.cc (Fload): Doc fix. + 2011-01-29 Rik * DLD-FUNCTIONS/__init_fltk__.cc (fltk_gui_mode, fltk_mouse_wheel_zoom): diff -r 2b7aa04f6b53 -r e62709593485 src/load-save.cc --- a/src/load-save.cc Sat Jan 29 22:31:31 2011 -0800 +++ b/src/load-save.cc Sun Jan 30 01:40:18 2011 -0500 @@ -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\