comparison scripts/path/savepath.m @ 9038:fca0dc2fb042

Cleanup documentation files stmt.texi and func.texi Spellcheck Style check (especially two spaces after period) Info menu now uses @code macro when describing code statements such as while, for, if, etc.
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 11:15:35 -0700
parents eb63fbe60fab
children 95c3e38098bf
comparison
equal deleted inserted replaced
9037:4cb9f994dcec 9038:fca0dc2fb042
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} savepath (@var{file}) 20 ## @deftypefn {Function File} {} savepath (@var{file})
21 ## Save the the portion of the current function search path, that is 21 ## Save the portion of the current function search path, that is
22 ## not set during Octave's initialization process, to @var{file}. 22 ## not set during Octave's initialization process, to @var{file}.
23 ## If @var{file} is omitted, @file{~/.octaverc} is used. If successful, 23 ## If @var{file} is omitted, @file{~/.octaverc} is used. If successful,
24 ## @code{savepath} returns 0. 24 ## @code{savepath} returns 0.
25 ## @seealso{path, addpath, rmpath, genpath, pathdef, pathsep} 25 ## @seealso{path, addpath, rmpath, genpath, pathdef, pathsep}
26 ## @end deftypefn 26 ## @end deftypefn