From 9acbdbcb1f704a373588667bd4f8ff4a19c18f4a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 8 Oct 1999 21:43:21 +0000 Subject: [PATCH] (Fmake_temp_name): forgot the \n\ in the docstring --- src/fileio.c | 4 ++-- 1 file 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\ 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; -- 2.39.5