aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-06-18 12:13:51 -0700
committerGlenn Morris2018-06-18 12:13:51 -0700
commit012338f34ea037929ac018bd8e044c51acfc6a2e (patch)
treedc05dae8c0b44e3648b78ee2bef61632f0aa5924
parentbfc1dfd459c431e95ef685e7cd39f8a8a90d2377 (diff)
parent9c6f35a6b2071669b88a3fd72456cced5fd55bff (diff)
downloademacs-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.texi8
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
2571creates the temporary file's name by adding to @var{prefix} some 2571creates the temporary file's name by adding to @var{prefix} some
2572random characters that are different in each Emacs job. The result is 2572random characters that are different in each Emacs job. The result is
2573guaranteed to be a newly created file, containing @var{text} if that's 2573guaranteed to be a newly created file, containing @var{text} if that's
2574given as a string and empty otherwise. On MS-DOS, this function 2574given as a string and empty otherwise. On MS-DOS, this function can
2575can truncate the @var{string} prefix to fit into the 8+3 file-name 2575truncate @var{prefix} to fit into the 8+3 file-name limits. If
2576limits. If @var{prefix} is a relative file name, it is expanded 2576@var{prefix} is a relative file name, it is expanded against
2577against @code{temporary-file-directory}. 2577@code{temporary-file-directory}.
2578 2578
2579@example 2579@example
2580@group 2580@group