# HG changeset patch # User Rik # Date 1393740464 28800 # Node ID 11de7f82afe217020d7ec4e55b11ddb235e4f981 # Parent f51c1498b9f38e4d914eeeac3e458f56681f9737 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. diff -r f51c1498b9f3 -r 11de7f82afe2 doc/interpreter/func.txi --- a/doc/interpreter/func.txi Sat Mar 01 22:04:59 2014 -0800 +++ b/doc/interpreter/func.txi Sat Mar 01 22:07:44 2014 -0800 @@ -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.