aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/files.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 32297e98758..f02da1b4744 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2683,6 +2683,7 @@ the file, which in some cases may cause a security hole.
2683Sometimes, it is necessary to create a temporary file on a remote host 2683Sometimes, it is necessary to create a temporary file on a remote host
2684or a mounted directory. The following two functions support this. 2684or a mounted directory. The following two functions support this.
2685 2685
2686@cindex temporary file on a remote host
2686@defun make-nearby-temp-file prefix &optional dir-flag suffix 2687@defun make-nearby-temp-file prefix &optional dir-flag suffix
2687This function is similar to @code{make-temp-file}, but it creates a 2688This function is similar to @code{make-temp-file}, but it creates a
2688temporary file as close as possible to @code{default-directory}. If 2689temporary file as close as possible to @code{default-directory}. If