diff src/fileio.c @ 25934:3fe72924110d

(Fmake_temp_name): forgot the \n\ in the docstring
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 08 Oct 1999 21:43:21 +0000
parents 3258c12243e2
children b7aa6ac26872
line wrap: on
line diff
--- a/src/fileio.c	Fri Oct 08 21:42:32 1999 +0000
+++ b/src/fileio.c	Fri Oct 08 21:43:21 1999 +0000
@@ -848,8 +848,8 @@
 which has no existing file.  To make this work,\n\
 PREFIX should be an absolute file name.\n\
 \n\
-There is a race condition between calling `make-temp-name' and creating the
-file which opens all kinds of security holes.  For that reason, you should
+There is a race condition between calling `make-temp-name' and creating the\n\
+file which opens all kinds of security holes.  For that reason, you should\n\
 probably use `make-temp-file' instead.")
   (prefix)
      Lisp_Object prefix;