Mercurial > hg > octave-nkf
diff scripts/help/__makeinfo__.m @ 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 | e81ddf9cacd5 |
children | 59e5f8e1d516 |
line wrap: on
line diff
--- a/scripts/help/__makeinfo__.m +++ b/scripts/help/__makeinfo__.m @@ -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