# HG changeset patch # User Rik # Date 1417820988 28800 # Node ID 3b4d6780d6b81b4ac8cd8d5345b07ad71cb50c2d # Parent e72052d96a13821b3f9514b9937ee97f1358a677 doc: Add missing closing parenthesis in tempname docstring. * file-io.cc (Ftempname): Add missing closing parenthesis in docstring. diff -r e72052d96a13 -r 3b4d6780d6b8 libinterp/corefcn/file-io.cc --- a/libinterp/corefcn/file-io.cc Fri Dec 05 10:54:32 2014 -0800 +++ b/libinterp/corefcn/file-io.cc Fri Dec 05 15:09:48 2014 -0800 @@ -1939,7 +1939,7 @@ \n\ If @var{prefix} is omitted, a value of @qcode{\"oct-\"} is used.\n\ If @var{dir} is also omitted, the default directory for temporary files\n\ -(@code{P_tmpdir} is used. If @var{dir} is provided, it must exist,\n\ +(@code{P_tmpdir}) is used. If @var{dir} is provided, it must exist,\n\ otherwise the default directory for temporary files is used.\n\ \n\ Programming Note: Because the named file is not opened by @code{tempname},\n\