diff scripts/java/javaclasspath.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 93805f9256a9 446c46af4b42
children 9fc020886ae9
line wrap: on
line diff
--- a/scripts/java/javaclasspath.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/java/javaclasspath.m	Tue Jan 20 10:24:46 2015 -0500
@@ -23,22 +23,22 @@
 ## @deftypefnx {Function File} {[@var{dpath}, @var{spath}] =} javaclasspath ()
 ## @deftypefnx {Function File} {@var{clspath} =} javaclasspath (@var{what})
 ## Return the class path of the Java virtual machine in the form of a cell
-## array of strings. 
+## array of strings.
 ##
 ## If called with no inputs:
 ##
 ## @itemize
-## @item If no output is requested, the dynamic and static classpaths are printed 
+## @item If no output is requested, the dynamic and static classpaths are printed
 ## to the standard output.
 ##
 ## @item If one output value @var{dpath} is requested, the result is
 ## the dynamic classpath.
 ##
-## @item If two output values@var{dpath} and @var{spath} are 
+## @item If two output values@var{dpath} and @var{spath} are
 ## requested, the first variable will contain the dynamic classpath and
 ## the second will be contain the static classpath.
 ## @end itemize
-## 
+##
 ## If called with a single input parameter @var{what}:
 ##
 ## @table @asis