# HG changeset patch # User Jaroslav Hajek # Date 1234793520 -3600 # Node ID 1db8033efa17bf3099fcd02a3ea0d7101c7c2e49 # Parent b0356f30a33b707777704b307a309248577fd725 fix which message for built-in functions diff -r b0356f30a33b -r 1db8033efa17 scripts/ChangeLog --- a/scripts/ChangeLog Mon Feb 16 15:05:24 2009 +0100 +++ b/scripts/ChangeLog Mon Feb 16 15:12:00 2009 +0100 @@ -1,6 +1,7 @@ 2009-02-16 Jaroslav Hajek * linear-algebra/expm.m: Fix invalid unscaling. + * help/which.m: Do not add "function" here. 2009-02-16 John W. Eaton diff -r b0356f30a33b -r 1db8033efa17 scripts/help/which.m --- a/scripts/help/which.m Mon Feb 16 15:05:24 2009 +0100 +++ b/scripts/help/which.m Mon Feb 16 15:12:00 2009 +0100 @@ -30,7 +30,7 @@ for i = 1:nargin if (isempty (m(i).file)) if (! isempty (m(i).type)) - printf ("`%s' is a %s function\n", + printf ("`%s' is a %s\n", m(i).name, m(i).type); endif else