changeset 14987:93583f8853b4 stable

avoid error in "help gsvd" call * unimplemented.m: Missing continuation in string construction.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jul 2012 09:38:02 -0400
parents 4315a39da4c9
children 1316bfc6e260
files scripts/help/unimplemented.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/unimplemented.m
+++ b/scripts/help/unimplemented.m
@@ -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"