diff doc/interpreter/func.txi @ 18534: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
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Sat Mar 01 21:50:13 2014 -0800
+++ b/doc/interpreter/func.txi	Sat Mar 01 22:04:59 2014 -0800
@@ -1146,8 +1146,8 @@
 between these versions are in that order.
 
 @item Built-in function
-A function that is builtin to Octave itself such as @code{numel},
-@code{size}, etc.
+A function that is a part of core Octave such as @code{numel}, @code{size},
+etc.
 @end enumerate
 
 @node Script Files