Mercurial > hg > octave-nkf
changeset 5321:84b72a402b86
[project @ 2005-04-29 05:18:39 by jwe]
author | jwe |
---|---|
date | Fri, 29 Apr 2005 05:20:01 +0000 |
parents | 7b95f7fdf175 |
children | 22994a5730f9 |
files | src/load-save.cc test/octave.test/linalg/expm-2.m |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -702,7 +702,7 @@ else if (argv[i] == "-ascii" || argv[i] == "-a") { warning ("the meaning of this option will change in a future"); - warning ("version of Octave to be compatible with @sc{Matlab}."); + warning ("version of Octave to be compatible with Matlab."); warning ("To keep the meaning of your code the same across"); warning ("this change, use the -text option instead."); @@ -1088,7 +1088,7 @@ else if (argv[i] == "-ascii" || argv[i] == "-a") { warning ("the meaning of this option will change in a future"); - warning ("version of Octave to be compatible with @sc{Matlab}."); + warning ("version of Octave to be compatible with Matlab."); warning ("To keep the meaning of your code the same across"); warning ("this change, use the -text option instead.");