projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f76b0
)
Fixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL.
author
Arthur A. Gleckler
<gnu@speechcode.com>
Sat, 14 Apr 2012 23:19:32 +0000
(16:19 -0700)
committer
Arthur A. Gleckler
<gnu@speechcode.com>
Sat, 14 Apr 2012 23:19:32 +0000
(16:19 -0700)
src/microcode/prosfile.c
patch
|
blob
|
history
diff --git
a/src/microcode/prosfile.c
b/src/microcode/prosfile.c
index 9e9ad9b19dd604491642429313ba1fa992ea4caa..d9be67c8f097fad574c757811974d870c5f09a5e 100644
(file)
--- a/
src/microcode/prosfile.c
+++ b/
src/microcode/prosfile.c
@@
-68,7
+68,7
@@
If the file exists, it is rewritten.")
DEFINE_PRIMITIVE ("NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL",
Prim_new_file_open_exclusive_output_channel, 2, 2,
"Open an output file called FILENAME.\n\
-The channel number is saved in the cdr of WEAK-PA
P
IR.\n\
+The channel number is saved in the cdr of WEAK-PAIR.\n\
If the file exists, an error is signalled.")
NEW_OPEN_FILE_PRIMITIVE (OS_open_exclusive_output_file)