aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/files.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index a692bb2f2b6..f4678ddd846 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2571,10 +2571,10 @@ This function creates a temporary file and returns its name. Emacs
2571creates the temporary file's name by adding to @var{prefix} some 2571creates the temporary file's name by adding to @var{prefix} some
2572random characters that are different in each Emacs job. The result is 2572random characters that are different in each Emacs job. The result is
2573guaranteed to be a newly created file, containing @var{text} if that's 2573guaranteed to be a newly created file, containing @var{text} if that's
2574given as a string and empty otherwise. On MS-DOS, this function 2574given as a string and empty otherwise. On MS-DOS, this function can
2575can truncate the @var{string} prefix to fit into the 8+3 file-name 2575truncate @var{prefix} to fit into the 8+3 file-name limits. If
2576limits. If @var{prefix} is a relative file name, it is expanded 2576@var{prefix} is a relative file name, it is expanded against
2577against @code{temporary-file-directory}. 2577@code{temporary-file-directory}.
2578 2578
2579@example 2579@example
2580@group 2580@group