changeset 19468:b6517e9b8e60

(Fmake_temp_name): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Aug 1997 06:14:20 +0000
parents d76f57ca7aba
children 41215527a262
files src/fileio.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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;
 {