Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/error_ids.m @ 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 | 12005245b645 |
children | 1c89599167a6 |
comparison
equal
deleted
inserted
replaced
17177:9ba57ed05207 | 17178:d6499c14021c |
---|---|
42 ## @item Octave:undefined-function | 42 ## @item Octave:undefined-function |
43 ## Indicates a call to a function that is not defined. The function may | 43 ## Indicates a call to a function that is not defined. The function may |
44 ## exist but Octave is unable to find it in the search path. | 44 ## exist but Octave is unable to find it in the search path. |
45 ## | 45 ## |
46 ## @end table | 46 ## @end table |
47 ## | |
47 | 48 |
48 | 49 |
49 function error_ids () | 50 function error_ids () |
50 help ("error_ids"); | 51 help ("error_ids"); |
51 endfunction | 52 endfunction |