changeset 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 2a49c32d4322
children 0d263850d582
files scripts/miscellaneous/warning_ids.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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