diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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. | |||
| 2683 | Sometimes, it is necessary to create a temporary file on a remote host | 2683 | Sometimes, it is necessary to create a temporary file on a remote host |
| 2684 | or a mounted directory. The following two functions support this. | 2684 | or a mounted directory. The following two functions support this. |
| 2685 | 2685 | ||
| 2686 | @cindex temporary file on a remote host | ||
| 2686 | @defun make-nearby-temp-file prefix &optional dir-flag suffix | 2687 | @defun make-nearby-temp-file prefix &optional dir-flag suffix |
| 2687 | This function is similar to @code{make-temp-file}, but it creates a | 2688 | This function is similar to @code{make-temp-file}, but it creates a |
| 2688 | temporary file as close as possible to @code{default-directory}. If | 2689 | temporary file as close as possible to @code{default-directory}. If |