diff scripts/miscellaneous/warning_ids.m @ 8673:9e0f0a7bf858

warning_ids.m: make it a function that just calls help
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 17:09:35 -0500
parents b93ac0586e4b
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/miscellaneous/warning_ids.m	Wed Feb 04 17:06:32 2009 -0500
+++ b/scripts/miscellaneous/warning_ids.m	Wed Feb 04 17:09:35 2009 -0500
@@ -235,3 +235,7 @@
 ## expression.  By default, the @code{Octave:variable-switch-label}
 ## warning is disabled.
 ## @end table
+
+function warning_ids ()
+  help ("warning_ids");
+endfunction