diff options
| author | Eli Zaretskii | 2018-06-11 19:58:14 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-11 19:58:14 +0300 |
| commit | 9c6f35a6b2071669b88a3fd72456cced5fd55bff (patch) | |
| tree | e3d7ae8e4aea71ffc322e55d2ccf72a1e74615d5 /doc | |
| parent | 8a1576cc03963138d62c42bd373226e58f9f17c6 (diff) | |
| download | emacs-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.texi | 8 |
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 | |||
| 2573 | creates the temporary file's name by adding to @var{prefix} some | 2573 | creates the temporary file's name by adding to @var{prefix} some |
| 2574 | random characters that are different in each Emacs job. The result is | 2574 | random characters that are different in each Emacs job. The result is |
| 2575 | guaranteed to be a newly created file, containing @var{text} if that's | 2575 | guaranteed to be a newly created file, containing @var{text} if that's |
| 2576 | given as a string and empty otherwise. On MS-DOS, this function | 2576 | given as a string and empty otherwise. On MS-DOS, this function can |
| 2577 | can truncate the @var{string} prefix to fit into the 8+3 file-name | 2577 | truncate @var{prefix} to fit into the 8+3 file-name limits. If |
| 2578 | limits. If @var{prefix} is a relative file name, it is expanded | 2578 | @var{prefix} is a relative file name, it is expanded against |
| 2579 | against @code{temporary-file-directory}. | 2579 | @code{temporary-file-directory}. |
| 2580 | 2580 | ||
| 2581 | @example | 2581 | @example |
| 2582 | @group | 2582 | @group |