comparison src/load-save.cc @ 12296:e62709593485 release-3-4-x

load-save.cc (Fload): fix texinfo markup
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 01:40:18 -0500
parents ec34aa9a27be
children 7a5aacf65f81
comparison
equal deleted inserted replaced
12295:2b7aa04f6b53 12296:e62709593485
542 DEFUN (load, args, nargout, 542 DEFUN (load, args, nargout,
543 "-*- texinfo -*-\n\ 543 "-*- texinfo -*-\n\
544 @deftypefn {Command} {} load file\n\ 544 @deftypefn {Command} {} load file\n\
545 @deftypefnx {Command} {} load options file\n\ 545 @deftypefnx {Command} {} load options file\n\
546 @deftypefnx {Command} {} load options file v1 v2 @dots{}\n\ 546 @deftypefnx {Command} {} load options file v1 v2 @dots{}\n\
547 @deftypefnx {Command} {} S = load(\"options\", \"file\", \"v1\", \"v2\", @dots{})\n\ 547 @deftypefnx {Command} {S =} load (\"options\", \"file\", \"v1\", \"v2\", @dots{})\n\
548 Load the named variables @var{v1}, @var{v2}, @dots{}, from the file\n\ 548 Load the named variables @var{v1}, @var{v2}, @dots{}, from the file\n\
549 @var{file}. If no variables are specified then all variables found in the\n\ 549 @var{file}. If no variables are specified then all variables found in the\n\
550 file will be loaded. As with @code{save}, the list of variables to extract\n\ 550 file will be loaded. As with @code{save}, the list of variables to extract\n\
551 can be full names or use a pattern syntax. The format of the file is\n\ 551 can be full names or use a pattern syntax. The format of the file is\n\
552 automatically detected but may be overridden by supplying the appropriate\n\ 552 automatically detected but may be overridden by supplying the appropriate\n\