Mercurial > hg > octave-nkf
changeset 18603:11de7f82afe2 stable
doc: Remove "Legacy Dispatch" from Function Precedence section.
* func.txi: Remove "Legacy Dispatch" from Function Precedence section.
The dispatch function was removed and doesn't exist in 3.8.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 01 Mar 2014 22:07:44 -0800 |
parents | f51c1498b9f3 |
children | 4cf930a64fad 30aa4e85f8d5 |
files | doc/interpreter/func.txi |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/func.txi +++ b/doc/interpreter/func.txi @@ -1131,9 +1131,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.