changeset 7247:b689a67dbe88

[project @ 2007-12-04 16:51:32 by jwe]
author jwe
date Tue, 04 Dec 2007 16:51:32 +0000
parents f81e80674b9b
children ffca9912dc82
files src/ChangeLog src/load-save.cc
diffstat 2 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 04 15:49:12 2007 +0000
+++ b/src/ChangeLog	Tue Dec 04 16:51:32 2007 +0000
@@ -1,3 +1,8 @@
+2007-12-04  John W. Eaton  <jwe@octave.org>
+
+	* load-save.cc (Fsave, Fload): Doc fixes.
+	From Marco Caliari <caliari@sci.univr.it>.
+
 2007-12-03  David Bateman  <dbateman@free.fr>
 
 	* DLD-FUNCTIONS/luinc.cc: Make tests conditional on HAVE_UMFPACK.
--- a/src/load-save.cc	Tue Dec 04 15:49:12 2007 +0000
+++ b/src/load-save.cc	Tue Dec 04 16:51:32 2007 +0000
@@ -658,10 +658,11 @@
 DEFCMD (load, args, nargout,
   "-*- texinfo -*-\n\
 @deffn {Command} load options file v1 v2 @dots{}\n\
-Load the named variables from the file @var{file}.  As with @code{save},\n\
-you may specify a list of variables and @code{load} will only extract\n\
-those variables with names that match.  For example, to restore the\n\
-variables saved in the file @file{data}, use the command\n\
+Load the named variables @var{v1}, @var{v2}, @dots{}, from the file\n\
+@var{file}.  As with @code{save}, you may specify a list of variables\n\
+and @code{load} will only extract\n\ those variables with names that\n\
+match.  For example, to restore the variables saved in the file\n\
+@file{data}, use the command\n\
 \n\
 @example\n\
 load data\n\
@@ -670,7 +671,7 @@
 If load is invoked using the functional form\n\
 \n\
 @example\n\
-load (\"-text\", \"file.txt\", \"a\")\n\
+load (\"-option1\", @dots{}, \"file\", \"v1\", @dots{})\n\
 @end example\n\
 \n\
 @noindent\n\
@@ -1477,7 +1478,7 @@
 DEFCMD (save, args, ,
   "-*- texinfo -*-\n\
 @deffn {Command} save options file @var{v1} @var{v2} @dots{}\n\
-Save the named variables @var{v1}, @var{v2}, @dots{} in the file\n\
+Save the named variables @var{v1}, @var{v2}, @dots{}, in the file\n\
 @var{file}.  The special filename @samp{-} can be used to write the\n\
 output to your terminal.  If no variable names are listed, Octave saves\n\
 all the variables in the current scope.  Valid options for the\n\
@@ -1488,12 +1489,12 @@
 If save is invoked using the functional form\n\
 \n\
 @example\n\
-save (\"-text\", \"file.txt\", \"a\")\n\
+save (\"-option1\", @dots{}, \"file\", \"v1\", @dots{})\n\
 @end example\n\
 \n\
 @noindent\n\
 then the @var{options}, @var{file}, and variable name arguments\n\
-(@var{vname1}, @dots{}) must be specified as character strings.\n\
+(@var{v1}, @dots{}) must be specified as character strings.\n\
 \n\
 @table @code\n\
 @item -ascii\n\