diff options
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 a692bb2f2b6..f4678ddd846 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2571,10 +2571,10 @@ This function creates a temporary file and returns its name. Emacs | |||
| 2571 | creates the temporary file's name by adding to @var{prefix} some | 2571 | creates the temporary file's name by adding to @var{prefix} some |
| 2572 | random characters that are different in each Emacs job. The result is | 2572 | random characters that are different in each Emacs job. The result is |
| 2573 | guaranteed to be a newly created file, containing @var{text} if that's | 2573 | guaranteed to be a newly created file, containing @var{text} if that's |
| 2574 | given as a string and empty otherwise. On MS-DOS, this function | 2574 | given as a string and empty otherwise. On MS-DOS, this function can |
| 2575 | can truncate the @var{string} prefix to fit into the 8+3 file-name | 2575 | truncate @var{prefix} to fit into the 8+3 file-name limits. If |
| 2576 | limits. If @var{prefix} is a relative file name, it is expanded | 2576 | @var{prefix} is a relative file name, it is expanded against |
| 2577 | against @code{temporary-file-directory}. | 2577 | @code{temporary-file-directory}. |
| 2578 | 2578 | ||
| 2579 | @example | 2579 | @example |
| 2580 | @group | 2580 | @group |