aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-11-01 10:36:26 +0100
committerMichael Albinus2019-11-01 10:36:26 +0100
commit2448cebf7620169b2a2bf27b5147b9a38defc8e4 (patch)
tree3f372f87937433a8b0b11d317bfadea2326b277d
parent3a1e7624ed234bb434cdafed59515cadd037cafa (diff)
downloademacs-2448cebf7620169b2a2bf27b5147b9a38defc8e4.tar.gz
emacs-2448cebf7620169b2a2bf27b5147b9a38defc8e4.zip
; Add @cindex in files.texi for "temporary file on a remote host"
* doc/lispref/files.texi (Unique File Names): Add @cindex for "temporary file on a remote host". (Bug#38010)
-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