1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

Merge from origin/emacs-26

9c6f35a * doc/lispref/files.texi (Unique File Names): Fix a typo.  (B...
This commit is contained in:
Glenn Morris 2018-06-18 12:13:51 -07:00
commit 012338f34e

View File

@ -2571,10 +2571,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