changeset 19580:3b4d6780d6b8

doc: Add missing closing parenthesis in tempname docstring. * file-io.cc (Ftempname): Add missing closing parenthesis in docstring.
author Rik <rik@octave.org>
date Fri, 05 Dec 2014 15:09:48 -0800
parents e72052d96a13
children f054112912df
files libinterp/corefcn/file-io.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc
+++ b/libinterp/corefcn/file-io.cc
@@ -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\