diff src/fileio.c @ 19468:b6517e9b8e60

(Fmake_temp_name): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Aug 1997 06:14:20 +0000
parents 1a9f6be64530
children e4cc94034827
line wrap: on
line diff
--- a/src/fileio.c	Fri Aug 22 05:58:17 1997 +0000
+++ b/src/fileio.c	Fri Aug 22 06:14:20 1997 +0000
@@ -761,7 +761,9 @@
 DEFUN ("make-temp-name", Fmake_temp_name, Smake_temp_name, 1, 1, 0,
   "Generate temporary file name (string) starting with PREFIX (a string).\n\
 The Emacs process number forms part of the result,\n\
-so there is no danger of generating a name being used by another process.")
+so there is no danger of generating a name being used by another process.\n\
+In addition, this function makes an attempt to choose a name\n\
+which has no existing file.")
   (prefix)
      Lisp_Object prefix;
 {