]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_temp_name): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 21:55:33 +0000 (21:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 21:55:33 +0000 (21:55 +0000)
src/fileio.c

index 894189008d52b19895f0e3585a9913387a7ecc7e..d328a2d3636f19164ac2e90703dcceee760934af 100644 (file)
@@ -980,7 +980,11 @@ PREFIX should be an absolute file name.
 
 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
-probably use `make-temp-file' instead.  */)
+probably use `make-temp-file' instead, except in three circumstances:
+
+* If you are creating the file in the user's home directory.
+* If you are creating a directory rather than an ordinary file.
+* If you are taking special precautions as `make-temp-file' does.  */)
      (prefix)
      Lisp_Object prefix;
 {