aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier1999-10-08 21:43:21 +0000
committerStefan Monnier1999-10-08 21:43:21 +0000
commit9acbdbcb1f704a373588667bd4f8ff4a19c18f4a (patch)
tree753552b6624419568cc114b81d9246e4e761e597 /src
parenta1f973fb9a703a62ca6d6e8ac1a9d89a2cf80a3c (diff)
downloademacs-9acbdbcb1f704a373588667bd4f8ff4a19c18f4a.tar.gz
emacs-9acbdbcb1f704a373588667bd4f8ff4a19c18f4a.zip
(Fmake_temp_name): forgot the \n\ in the docstring
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;