]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_temp_name): forgot the \n\ in the docstring
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 1999 21:43:21 +0000 (21:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Oct 1999 21:43:21 +0000 (21:43 +0000)
src/fileio.c

index dfa144a66076b92b27cbe58c9127a3a98db1cd7e..39927008d57fe8c9a7d6364f5a78ea92a2b5f44a 100644 (file)
@@ -848,8 +848,8 @@ In addition, this function makes an attempt to choose a name\n\
 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;