Mercurial > hg > octave-nkf
diff scripts/deprecated/exponential_rnd.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/exponential_rnd.m +++ b/scripts/deprecated/exponential_rnd.m @@ -39,8 +39,7 @@ if (! warned) warned = true; warning ("Octave:deprecated-function", - ["exponential_rnd is obsolete and will be removed from a future\n", - "version of Octave, please use exprnd instead"]); + "exponential_rnd is obsolete and will be removed from a future version of Octave; please use exprnd instead"); endif if (nargin > 0)