diff doc/interpreter/func.txi @ 18537:f958e8cd6348

maint: Periodic merge of gui-release to default.
author Rik <rik@octave.org>
date Sat, 01 Mar 2014 22:11:32 -0800
parents 4e0d72145c5a 4cf930a64fad
children ff820f92cbb5
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Feb 27 09:56:47 2014 -0800
+++ b/doc/interpreter/func.txi	Sat Mar 01 22:11:32 2014 -0800
@@ -1133,9 +1133,6 @@
 An overloaded function of a class as in chapter
 @ref{Object Oriented Programming}.
 
-@item Legacy Dispatch
-An overloaded function as defined by @code{dispatch}.
-
 @item Command-line Function
 A function that has been defined on the command-line.
 
@@ -1148,8 +1145,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