diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
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\ | |||
| 848 | which has no existing file. To make this work,\n\ | 848 | which has no existing file. To make this work,\n\ |
| 849 | PREFIX should be an absolute file name.\n\ | 849 | PREFIX should be an absolute file name.\n\ |
| 850 | \n\ | 850 | \n\ |
| 851 | There is a race condition between calling `make-temp-name' and creating the | 851 | There is a race condition between calling `make-temp-name' and creating the\n\ |
| 852 | file which opens all kinds of security holes. For that reason, you should | 852 | file which opens all kinds of security holes. For that reason, you should\n\ |
| 853 | probably use `make-temp-file' instead.") | 853 | probably use `make-temp-file' instead.") |
| 854 | (prefix) | 854 | (prefix) |
| 855 | Lisp_Object prefix; | 855 | Lisp_Object prefix; |