From: Stefan Monnier Date: Fri, 8 Oct 1999 21:43:21 +0000 (+0000) Subject: (Fmake_temp_name): forgot the \n\ in the docstring X-Git-Tag: emacs-pretest-21.0.90~6512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9acbdbcb1f704a373588667bd4f8ff4a19c18f4a;p=emacs.git (Fmake_temp_name): forgot the \n\ in the docstring --- 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\ 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;