From 9c6f35a6b2071669b88a3fd72456cced5fd55bff Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 11 Jun 2018 19:58:14 +0300 Subject: [PATCH] * doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784) --- doc/lispref/files.texi | 8 ++++---- 1 file 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 creates the temporary file's name by adding to @var{prefix} some random characters that are different in each Emacs job. The result is guaranteed to be a newly created file, containing @var{text} if that's -given as a string and empty otherwise. On MS-DOS, this function -can truncate the @var{string} prefix to fit into the 8+3 file-name -limits. If @var{prefix} is a relative file name, it is expanded -against @code{temporary-file-directory}. +given as a string and empty otherwise. On MS-DOS, this function can +truncate @var{prefix} to fit into the 8+3 file-name limits. If +@var{prefix} is a relative file name, it is expanded against +@code{temporary-file-directory}. @example @group -- 2.39.2