comparison scripts/path/matlabroot.m @ 12378:2427541a8408 release-3-4-x

Periodic spellcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 05 Feb 2011 13:05:16 -0800
parents f07e6b4d34c7
children befa9cac5d20
comparison
equal deleted inserted replaced
12377:e23ceb3fb1b6 12378:2427541a8408
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} matlabroot () 20 ## @deftypefn {Function File} {} matlabroot ()
21 ## Return the name of the top-level Octave installation directory. 21 ## Return the name of the top-level Octave installation directory.
22 ## 22 ##
23 ## This is an alias for the function @code{OCTAVE_HOME} provided 23 ## This is an alias for the function @code{OCTAVE_HOME} provided
24 ## for compatability. 24 ## for compatibility.
25 ## @seealso{OCTAVE_HOME} 25 ## @seealso{OCTAVE_HOME}
26 ## @end deftypefn 26 ## @end deftypefn
27 27
28 function val = matlabroot () 28 function val = matlabroot ()
29 29