* doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784)
This commit is contained in:
parent
8a1576cc03
commit
9c6f35a6b2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue