Mercurial > hg > octave-lyh
comparison libinterp/parse-tree/oct-parse.in.yy @ 17178:d6499c14021c
doc: Periodic grammarcheck of documentation.
* doc/interpreter/basics.txi, doc/interpreter/expr.txi,
doc/interpreter/install.txi, doc/interpreter/java.txi,
doc/interpreter/plot.txi, doc/interpreter/sparse.txi,
doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc,
libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc,
libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc,
libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy,
liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m,
scripts/image/imread.m, scripts/image/imwrite.m,
scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m,
scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m,
scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m,
scripts/prefs/preferences.m, scripts/signal/fftfilt.m,
scripts/strings/isstrprop.m, scripts/testfun/assert.m:
Periodic grammarcheck of documentation.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 04 Aug 2013 13:08:39 -0700 |
parents | aebb54d99dba |
children | 923ce8b42db2 |
comparison
equal
deleted
inserted
replaced
17177:9ba57ed05207 | 17178:d6499c14021c |
---|---|
3519 return retval; | 3519 return retval; |
3520 } | 3520 } |
3521 | 3521 |
3522 DEFUN (autoload, args, , | 3522 DEFUN (autoload, args, , |
3523 "-*- texinfo -*-\n\ | 3523 "-*- texinfo -*-\n\ |
3524 @deftypefn {Built-in Function} {} autoload (@var{function}, @var{file})\n\ | 3524 @deftypefn {Built-in Function} {} autoload (@var{function}, @var{file})\n\ |
3525 @deftypefnx {Built-in Function} {} autoload (@dots{}, @asis{\"remove\"})\n\ | 3525 @deftypefnx {Built-in Function} {} autoload (@dots{}, @asis{\"remove\"})\n\ |
3526 Define @var{function} to autoload from @var{file}.\n\ | 3526 Define @var{function} to autoload from @var{file}.\n\ |
3527 \n\ | 3527 \n\ |
3528 The second argument, @var{file}, should be an absolute file name or\n\ | 3528 The second argument, @var{file}, should be an absolute file name or\n\ |
3529 a file name in the same directory as the function or script from which\n\ | 3529 a file name in the same directory as the function or script from which\n\ |