# HG changeset patch # User John W. Eaton # Date 1342791482 14400 # Node ID 93583f8853b4560d984ce8fecf177c49dcc9dfbc # Parent 4315a39da4c90705e030a6ed6cfddf641b2553c9 avoid error in "help gsvd" call * unimplemented.m: Missing continuation in string construction. diff -r 4315a39da4c9 -r 93583f8853b4 scripts/help/unimplemented.m --- a/scripts/help/unimplemented.m Thu Jul 19 18:08:08 2012 -0400 +++ b/scripts/help/unimplemented.m Fri Jul 20 09:38:02 2012 -0400 @@ -38,7 +38,7 @@ txt = ["quad2d is not implemented. Consider using dblquad."]; case "gsvd" - txt = ["gsvd is not currently part of core Octave. See the ", + txt = ["gsvd is not currently part of core Octave. See the ",... "linear-algebra package at @url{http://octave.sf.net/linear-algebra/}."]; case "linprog"