aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index dfa144a6607..39927008d57 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -848,8 +848,8 @@ In addition, this function makes an attempt to choose a name\n\
848which has no existing file. To make this work,\n\ 848which has no existing file. To make this work,\n\
849PREFIX should be an absolute file name.\n\ 849PREFIX should be an absolute file name.\n\
850\n\ 850\n\
851There is a race condition between calling `make-temp-name' and creating the 851There is a race condition between calling `make-temp-name' and creating the\n\
852file which opens all kinds of security holes. For that reason, you should 852file which opens all kinds of security holes. For that reason, you should\n\
853probably use `make-temp-file' instead.") 853probably use `make-temp-file' instead.")
854 (prefix) 854 (prefix)
855 Lisp_Object prefix; 855 Lisp_Object prefix;