Mercurial > hg > octave-lyh
comparison src/dirfns.cc @ 9270:f9ac007bb926
fix typo in 9266:1d3b91166b9c
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 27 May 2009 09:16:57 +0200 |
parents | 1d3b91166b9c |
children | 314d2234b660 |
comparison
equal
deleted
inserted
replaced
9269:06518194dba0 | 9270:f9ac007bb926 |
---|---|
672 } | 672 } |
673 | 673 |
674 DEFUN (pathsep, args, nargout, | 674 DEFUN (pathsep, args, nargout, |
675 "-*- texinfo -*-\n\ | 675 "-*- texinfo -*-\n\ |
676 @deftypefn {Built-in Function} {@var{val} =} pathsep ()\n\ | 676 @deftypefn {Built-in Function} {@var{val} =} pathsep ()\n\ |
677 @deftypefn {Built-in Function} {@var{old_val} =} pathsep (@var{new_val})\n\ | 677 @deftypefnx {Built-in Function} {@var{old_val} =} pathsep (@var{new_val})\n\ |
678 Query or set the character used to separate directories in\n\ | 678 Query or set the character used to separate directories in\n\ |
679 a path.\n\ | 679 a path.\n\ |
680 @seealso{filesep, dir, ls}\n\ | 680 @seealso{filesep, dir, ls}\n\ |
681 @end deftypefn") | 681 @end deftypefn") |
682 { | 682 { |