diff scripts/help/help.m @ 10445:62f8ae5ab2cc

warn about missing matlab funcs in help
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 24 Mar 2010 13:16:25 +0100
parents 8e345f2fe4d6
children 95c3e38098bf
line wrap: on
line diff
--- a/scripts/help/help.m
+++ b/scripts/help/help.m
@@ -119,6 +119,8 @@
 
   if (found)
     puts (__additional_help_message__ ());
+  else
+    feval (missing_function_hook, name);
   endif
 
 endfunction