diff scripts/help/unimplemented.m @ 14891: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 (2012-07-20)
parents 72c96de7a403
children 4328e28414aa d174210ce1ec
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"