comparison scripts/miscellaneous/tempdir.m @ 11722:1b9fc670dce0 release-3-0-x

Fix tempdir's documention string to point at tempdir
author weber@num.uni-sb.de
date Fri, 28 Mar 2008 14:52:55 -0400
parents 09f833d41f68
children 72830070a17b
comparison
equal deleted inserted replaced
11721:9b97f115d4b9 11722:1b9fc670dce0
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
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} {@var{dir} =} fullfile () 20 ## @deftypefn {Function File} {@var{dir} =} tempdir ()
21 ## Return the name of the system's directory for temporary files. 21 ## Return the name of the system's directory for temporary files.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 function dirname = tempdir () 24 function dirname = tempdir ()
25 25