diff options
| author | Glenn Morris | 2018-06-18 12:13:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-06-18 12:13:51 -0700 |
| commit | 012338f34ea037929ac018bd8e044c51acfc6a2e (patch) | |
| tree | dc05dae8c0b44e3648b78ee2bef61632f0aa5924 | |
| parent | bfc1dfd459c431e95ef685e7cd39f8a8a90d2377 (diff) | |
| parent | 9c6f35a6b2071669b88a3fd72456cced5fd55bff (diff) | |
| download | emacs-012338f34ea037929ac018bd8e044c51acfc6a2e.tar.gz emacs-012338f34ea037929ac018bd8e044c51acfc6a2e.zip | |
Merge from origin/emacs-26
9c6f35a * doc/lispref/files.texi (Unique File Names): Fix a typo. (B...
| -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 |