diff libinterp/corefcn/syscalls.cc @ 28295:a01ad9893641

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 May 2020 11:32:06 +0200
parents 4d021e0dcfee 5bf3f462c11e
children 7854d5752dd2
line wrap: on
line diff
--- a/libinterp/corefcn/syscalls.cc	Tue May 12 10:42:09 2020 +0200
+++ b/libinterp/corefcn/syscalls.cc	Thu May 14 11:32:06 2020 +0200
@@ -1395,8 +1395,9 @@
 @deftypefn {} {[@var{cname}, @var{status}, @var{msg}] =} canonicalize_file_name (@var{fname})
 Return the canonical name of file @var{fname}.
 
-If the file does not exist the empty string ("") is returned.
-@seealso{make_absolute_filename, is_absolute_filename, is_rooted_relative_filename, is_same_file}
+If the file does not exist the empty string ("") is returned.  No tilde
+expansion of @var{fname} is performed.
+@seealso{make_absolute_filename, is_absolute_filename, is_rooted_relative_filename, is_same_file, tilde_expand}
 @end deftypefn */)
 {
   if (args.length () != 1)