diff scripts/deprecated/intwarning.m @ 11588:d5bd2766c640

style fixes for warning and error messages in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:51:13 -0500
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/deprecated/intwarning.m	Thu Jan 20 17:35:29 2011 -0500
+++ b/scripts/deprecated/intwarning.m	Thu Jan 20 17:51:13 2011 -0500
@@ -70,7 +70,7 @@
   if (! warned)
     warned = true;
     warning ("Octave:deprecated-function",
-             "intwarning is obsolete and will be removed from a future version of Octave. Integer math no longer produces warnings. Supply your own checks if you need those.");
+             "intwarning is obsolete and will be removed from a future version of Octave; integer math no longer produces warnings -- supply your own checks if you need those");
   endif
 
   return;