aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-11 19:58:14 +0300
committerEli Zaretskii2018-06-11 19:58:14 +0300
commit9c6f35a6b2071669b88a3fd72456cced5fd55bff (patch)
treee3d7ae8e4aea71ffc322e55d2ccf72a1e74615d5 /doc
parent8a1576cc03963138d62c42bd373226e58f9f17c6 (diff)
downloademacs-9c6f35a6b2071669b88a3fd72456cced5fd55bff.tar.gz
emacs-9c6f35a6b2071669b88a3fd72456cced5fd55bff.zip
* doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784)
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 6dfca0f2128..c434336d5a6 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2573,10 +2573,10 @@ This function creates a temporary file and returns its name. Emacs
2573creates the temporary file's name by adding to @var{prefix} some 2573creates the temporary file's name by adding to @var{prefix} some
2574random characters that are different in each Emacs job. The result is 2574random characters that are different in each Emacs job. The result is
2575guaranteed to be a newly created file, containing @var{text} if that's 2575guaranteed to be a newly created file, containing @var{text} if that's
2576given as a string and empty otherwise. On MS-DOS, this function 2576given as a string and empty otherwise. On MS-DOS, this function can
2577can truncate the @var{string} prefix to fit into the 8+3 file-name 2577truncate @var{prefix} to fit into the 8+3 file-name limits. If
2578limits. If @var{prefix} is a relative file name, it is expanded 2578@var{prefix} is a relative file name, it is expanded against
2579against @code{temporary-file-directory}. 2579@code{temporary-file-directory}.
2580 2580
2581@example 2581@example
2582@group 2582@group