summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-22 06:14:20 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-22 06:14:20 +0000
commitf35879ae2c7dd4c55c82a9f6c2c8c8e0c2635193 (patch)
treea19aea2c5deb8bccc94d12db8c7305140ab856d3
parent8b8607ed9654d1d79b4e35721ffac24a8d5a4612 (diff)
downloademacs-f35879ae2c7dd4c55c82a9f6c2c8c8e0c2635193.tar.gz
(Fmake_temp_name): Doc fix.
-rw-r--r--src/fileio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 3d747581395..2a9f3dcb444 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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;
{