Mercurial > hg > octave-nkf
diff scripts/deprecated/java_convert_matrix.m @ 19791:fe689210525c gui-release
maint: Periodic merge of stable to gui-release.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 20 Jan 2015 10:05:42 -0500 (2015-01-20) |
parents | e124ae274013 446c46af4b42 |
children |
line wrap: on
line diff
--- a/scripts/deprecated/java_convert_matrix.m +++ b/scripts/deprecated/java_convert_matrix.m @@ -22,7 +22,7 @@ ## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, "local") ## Query or set the internal variable that controls whether Java arrays are ## automatically converted to Octave matrices. The default value is false. -## +## ## When called from inside a function with the @qcode{"local"} option, the ## variable is changed locally for the function and any subroutines it calls. ## The original variable value is restored when exiting the function.