From: Michael Albinus Date: Fri, 1 Nov 2019 09:36:26 +0000 (+0100) Subject: ; Add @cindex in files.texi for "temporary file on a remote host" X-Git-Tag: emacs-27.0.90~790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2448cebf7620169b2a2bf27b5147b9a38defc8e4;p=emacs.git ; 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) --- 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. 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