]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add @cindex in files.texi for "temporary file on a remote host"
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 1 Nov 2019 09:36:26 +0000 (10:36 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 1 Nov 2019 09:36:26 +0000 (10:36 +0100)
* doc/lispref/files.texi (Unique File Names): Add @cindex for
"temporary file on a remote host".  (Bug#38010)

doc/lispref/files.texi

index 32297e98758637a204c682bd2e63369257330092..f02da1b4744bed12d96b0d75db311df71b6647a7 100644 (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