; 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)
This commit is contained in:
Michael Albinus 2019-11-01 10:36:26 +01:00
parent 3a1e7624ed
commit 2448cebf76

View file

@ -2683,6 +2683,7 @@ the file, which in some cases may cause a security hole.
Sometimes, it is necessary to create a temporary file on a remote host
or a mounted directory. The following two functions support this.
@cindex temporary file on a remote host
@defun make-nearby-temp-file prefix &optional dir-flag suffix
This function is similar to @code{make-temp-file}, but it creates a
temporary file as close as possible to @code{default-directory}. If