comparison doc/interpreter/func.txi @ 19152:0f9c5a15c8fa

doc: Periodic grammarcheck of documentation. * doc/interpreter/contrib.txi, doc/interpreter/expr.txi, doc/interpreter/func.txi, doc/interpreter/linalg.txi, doc/interpreter/plot.txi, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/profiler.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/utils.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, scripts/general/deal.m, scripts/help/__gripe_missing_component__.m, scripts/miscellaneous/desktop.m, scripts/pkg/private/default_prefix.m, scripts/plot/appearance/__getlegenddata__.m, scripts/plot/util/pan.m, scripts/plot/util/rotate.m, scripts/plot/util/rotate3d.m, scripts/plot/util/zoom.m, scripts/signal/periodogram.m, scripts/specfun/factor.m, scripts/specfun/primes.m, scripts/statistics/base/lscov.m, scripts/testfun/private/compare_plot_demos.m, scripts/testfun/private/dump_demos.m, scripts/testfun/private/html_compare_plot_demos.m, scripts/testfun/test.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 22 Sep 2014 20:46:54 -0700
parents c43223245085
children 51a1d1164449
comparison
equal deleted inserted replaced
19151:e09318118fd6 19152:0f9c5a15c8fa
1404 After this it is possible to evaluate @math{f} at any @math{x} by 1404 After this it is possible to evaluate @math{f} at any @math{x} by
1405 writing @code{f(x)}. 1405 writing @code{f(x)}.
1406 1406
1407 @strong{Caution}: @sc{matlab} has begun the process of deprecating inline 1407 @strong{Caution}: @sc{matlab} has begun the process of deprecating inline
1408 functions. At some point in the future support will be dropped and eventually 1408 functions. At some point in the future support will be dropped and eventually
1409 Octave will follow @sc{matlab} and also remove inline functions. Use anonymous functions in all new code. 1409 Octave will follow @sc{matlab} and also remove inline functions. Use anonymous
1410 functions in all new code.
1410 1411
1411 @DOCSTRING(inline) 1412 @DOCSTRING(inline)
1412 1413
1413 @DOCSTRING(argnames) 1414 @DOCSTRING(argnames)
1414 1415