changeset 13157:8c7caa009a1e

__makeinfo__.m: Correct error string for third argument. * __makeinfo__.m: Correct error string for third argument.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Sep 2011 17:09:39 -0700
parents 25effffba9b0
children a1049e4480f8
files scripts/help/__makeinfo__.m
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__makeinfo__.m	Sat Sep 17 22:07:41 2011 -0500
+++ b/scripts/help/__makeinfo__.m	Sun Sep 18 17:09:39 2011 -0700
@@ -83,8 +83,7 @@
   endif
 
   if (! isa (fsee_also, "function_handle"))
-    error (["__makeinfo__: third input argument must ", ...
-            "be the empty matrix, or a function handle"]);
+    error ("__makeinfo__: third input argument must be a function handle");
   endif