]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784)
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Jun 2018 16:58:14 +0000 (19:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Jun 2018 16:58:14 +0000 (19:58 +0300)
doc/lispref/files.texi

index 6dfca0f2128a15dac7262ffcfca7ed59eee469c8..c434336d5a60f8c96bf761a64c8ce0a7576839be 100644 (file)
@@ -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