Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
176ab375
Commit
176ab375
authored
Sep 01, 2016
by
Francois-Rene Rideau
Browse files
Fix PREFIX in docstring of WITH-TEMPORARY-FILE
Thanks to Elias Pipping
https://bugs.launchpad.net/asdf/+bug/1604008
parent
e8c00bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/stream.lisp
View file @
176ab375
...
...
@@ -557,7 +557,7 @@ If a string, repeatedly read and evaluate from it, returning the last values."
"Call a THUNK with stream and/or pathname arguments identifying a temporary file.
The temporary file's pathname will be based on concatenating
PREFIX (
defaults to \"uiop\"
), a random alphanumeric string,
PREFIX (
or \"tmp\" if it's NIL
), a random alphanumeric string,
and optional SUFFIX (defaults to \"-tmp\" if a type was provided)
and TYPE (defaults to \"tmp\", using a dot as separator if not NIL),
within DIRECTORY (defaulting to the TEMPORARY-DIRECTORY) if the PREFIX isn't absolute.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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