Mercurial > hg > octave-nkf
comparison doc/interpreter/func.txi @ 18602:f51c1498b9f3 stable
doc: Replace "builtin" with "built-in" for consistency and correctness.
* external.txi, func.txi, testfun.txi, doc_cache_create.m:
Replace "builtin" with "built-in" for consistency and correctness.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 01 Mar 2014 22:04:59 -0800 |
parents | 477b5916cafe |
children | 11de7f82afe2 |
comparison
equal
deleted
inserted
replaced
18601:ea0d4dea1a17 | 18602:f51c1498b9f3 |
---|---|
1144 A function that can be found on the users load-path. There can also be | 1144 A function that can be found on the users load-path. There can also be |
1145 Oct-file, mex-file or m-file versions of this function and the precedence | 1145 Oct-file, mex-file or m-file versions of this function and the precedence |
1146 between these versions are in that order. | 1146 between these versions are in that order. |
1147 | 1147 |
1148 @item Built-in function | 1148 @item Built-in function |
1149 A function that is builtin to Octave itself such as @code{numel}, | 1149 A function that is a part of core Octave such as @code{numel}, @code{size}, |
1150 @code{size}, etc. | 1150 etc. |
1151 @end enumerate | 1151 @end enumerate |
1152 | 1152 |
1153 @node Script Files | 1153 @node Script Files |
1154 @section Script Files | 1154 @section Script Files |
1155 | 1155 |