emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 2ba4ccf 1/2: ; * lisp/files.el (make-nearby-temp-file): Doc fix


From: Eli Zaretskii
Subject: emacs-28 2ba4ccf 1/2: ; * lisp/files.el (make-nearby-temp-file): Doc fix.
Date: Sun, 31 Oct 2021 11:21:07 -0400 (EDT)

branch: emacs-28
commit 2ba4ccf290ed47ebc01a1229b7b90ab2a4991dde
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/files.el (make-nearby-temp-file): Doc fix.
---
 lisp/files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/files.el b/lisp/files.el
index 7f9e9f5..2069074 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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



reply via email to

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