Mercurial > hg > octave-lyh
changeset 11388:027fbc389898
Remove seealso reference to deprecated function dispatch.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 17 Dec 2010 22:20:54 -0800 |
parents | 2750b04a1b5c |
children | 934ed3e07542 |
files | src/ChangeLog src/oct-parse.yy |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-12-17 Rik <octave@nomad.inbox5.com> + + * oct-parse.yy (builtin): Remove seealso reference to deprecated + function dispatch. + 2012-12-17 Konstantinos Poulios <logari81@googlemail.com> * graphics.h.in (class text::properties): New properties positionmode,
--- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -4241,8 +4241,7 @@ "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {[@dots{}]} builtin (@var{f}, @dots{})\n\ Call the base function @var{f} even if @var{f} is overloaded to\n\ -some other function for the given type signature.\n\ -@seealso{dispatch}\n\ +another function for the given type signature.\n\ @end deftypefn") { octave_value_list retval;