emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2448ceb: ; Add @cindex in files.texi for "temporary file on a rem


From: Michael Albinus
Subject: master 2448ceb: ; Add @cindex in files.texi for "temporary file on a remote host"
Date: Fri, 1 Nov 2019 05:36:35 -0400 (EDT)

branch: master
commit 2448cebf7620169b2a2bf27b5147b9a38defc8e4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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)
---
 doc/lispref/files.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 32297e9..f02da1b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]