diff scripts/help/which.m @ 8761:1db8033efa17

fix which message for built-in functions
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 16 Feb 2009 15:12:00 +0100
parents 5dd06f19e9be
children 95c3e38098bf
line wrap: on
line diff
--- a/scripts/help/which.m
+++ b/scripts/help/which.m
@@ -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