diff options
| author | Eli Zaretskii | 2021-10-31 17:20:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-10-31 17:20:16 +0200 |
| commit | 2ba4ccf290ed47ebc01a1229b7b90ab2a4991dde (patch) | |
| tree | fc4345305a40ab8ef3ac77e0fde0b96d803798d6 | |
| parent | e170a31c57b61eb40878bf28a850b2b492947ee8 (diff) | |
| download | emacs-2ba4ccf290ed47ebc01a1229b7b90ab2a4991dde.tar.gz emacs-2ba4ccf290ed47ebc01a1229b7b90ab2a4991dde.zip | |
; * lisp/files.el (make-nearby-temp-file): Doc fix.
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 7f9e9f5bbcb..20690742d3b 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -1564,6 +1564,7 @@ This implementation works on magic file names." | |||
| 1564 | 1564 | ||
| 1565 | (defun make-nearby-temp-file (prefix &optional dir-flag suffix) | 1565 | (defun make-nearby-temp-file (prefix &optional dir-flag suffix) |
| 1566 | "Create a temporary file as close as possible to `default-directory'. | 1566 | "Create a temporary file as close as possible to `default-directory'. |
| 1567 | Return the absolute file name of the created file. | ||
| 1567 | If PREFIX is a relative file name, and `default-directory' is a | 1568 | If PREFIX is a relative file name, and `default-directory' is a |
| 1568 | remote file name or located on a mounted file systems, the | 1569 | remote file name or located on a mounted file systems, the |
| 1569 | temporary file is created in the directory returned by the | 1570 | temporary file is created in the directory returned by the |