Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
41886f35
Commit
41886f35
authored
Aug 22, 1997
by
Richard M. Stallman
Browse files
(Fmake_temp_name): Doc fix.
parent
584b8104
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/fileio.c
src/fileio.c
+3
-1
No files found.
src/fileio.c
View file @
41886f35
...
...
@@ -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;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment