diff scripts/deprecated/hypergeometric_pdf.m @ 11744:eb0a86b3deb9 release-3-0-x

don't embed newline in warning messages in deprecated functions
author John W. Eaton <jwe@octave.org>
date Wed, 09 Apr 2008 12:57:36 -0400
parents 72830070a17b
children
line wrap: on
line diff
--- a/scripts/deprecated/hypergeometric_pdf.m
+++ b/scripts/deprecated/hypergeometric_pdf.m
@@ -38,8 +38,7 @@
   if (! warned)
     warned = true;
     warning ("Octave:deprecated-function",
-        ["hypergeometric_pdf is obsolete and will be removed from a future\n",
-	       "version of Octave, please use hygepdf instead"]);
+             "hypergeometric_pdf is obsolete and will be removed from a future version of Octave; please use hygepdf instead");
   endif
 
  pdf =  hygepdf (varargin{:});