; * lisp/files.el (make-nearby-temp-file): Doc fix.
This commit is contained in:
parent
e170a31c57
commit
2ba4ccf290
1 changed files with 1 additions and 0 deletions
|
@ -1564,6 +1564,7 @@ This implementation works on magic file names."
|
|||
|
||||
(defun make-nearby-temp-file (prefix &optional dir-flag suffix)
|
||||
"Create a temporary file as close as possible to `default-directory'.
|
||||
Return the absolute file name of the created file.
|
||||
If PREFIX is a relative file name, and `default-directory' is a
|
||||
remote file name or located on a mounted file systems, the
|
||||
temporary file is created in the directory returned by the
|
||||
|
|
Loading…
Add table
Reference in a new issue