diff options
| author | Stefan Monnier | 1999-10-08 21:43:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-10-08 21:43:21 +0000 |
| commit | 9acbdbcb1f704a373588667bd4f8ff4a19c18f4a (patch) | |
| tree | 753552b6624419568cc114b81d9246e4e761e597 /src | |
| parent | a1f973fb9a703a62ca6d6e8ac1a9d89a2cf80a3c (diff) | |
| download | emacs-9acbdbcb1f704a373588667bd4f8ff4a19c18f4a.tar.gz emacs-9acbdbcb1f704a373588667bd4f8ff4a19c18f4a.zip | |
(Fmake_temp_name): forgot the \n\ in the docstring
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; |