]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_temp_name): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Aug 1997 06:14:20 +0000 (06:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Aug 1997 06:14:20 +0000 (06:14 +0000)
src/fileio.c

index 3d7475813953dcdfef6368688b4f8f04f9eac922..2a9f3dcb444bb5f648a416361a4df110ac852b2d 100644 (file)
@@ -761,7 +761,9 @@ it returns a file name such as \"[X]Y.DIR.1\".")
 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;
 {