; 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:
parent
3a1e7624ed
commit
2448cebf76
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue