aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2026-04-04 09:56:32 +0300
committerEli Zaretskii2026-04-04 09:56:32 +0300
commite7751405d024134a0073e0ac47caef2b71418a1b (patch)
tree2ecabd103ef5112cfc455a4cc4649897615c6283 /src
parenta5d6b9099960ad9e45874aac80a5af2384811c5d (diff)
downloademacs-e7751405d024134a0073e0ac47caef2b71418a1b.tar.gz
emacs-e7751405d024134a0073e0ac47caef2b71418a1b.zip
; Improve documentation of 'make-temp-file'
* doc/lispref/files.texi (Unique File Names): * lisp/files.el (make-temp-file): * src/fileio.c (Fmake_temp_file_internal): Doc fixes.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index beb020810be..eb64b59fcf2 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -774,6 +774,9 @@ Do not expand PREFIX; a non-absolute PREFIX is relative to the Emacs
774working directory. If TEXT is a string, insert it into the newly 774working directory. If TEXT is a string, insert it into the newly
775created file. 775created file.
776 776
777On Posix systems, the file/directory is created with access mode bits
778that limit access to the current user.
779
777Signal an error if the file could not be created. 780Signal an error if the file could not be created.
778 781
779This function does not grok magic file names. */) 782This function does not grok magic file names. */)