# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1347886246 14400 # Node ID 7a009eea571aa47113a05199251b24669da450b6 # Parent 2b72343ed9c43a5047632ed294d856bc881f8736 Remove reference to obsolete purge_tmp_files function * file-io.cc (mkstemp): Edit docstring diff --git a/libinterp/interpfcn/file-io.cc b/libinterp/interpfcn/file-io.cc --- a/libinterp/interpfcn/file-io.cc +++ b/libinterp/interpfcn/file-io.cc @@ -2049,8 +2049,7 @@ in binary mode and with the @w{@code{O_EXCL}} flag.\n\ \n\ If the optional argument @var{delete} is supplied and is true,\n\ -the file will be deleted automatically when Octave exits, or when\n\ -the function @code{purge_tmp_files} is called.\n\ +the file will be deleted automatically when Octave exits.\n\ \n\ If successful, @var{fid} is a valid file ID, @var{name} is the name of\n\ the file, and @var{msg} is an empty string. Otherwise, @var{fid}\n\