another keyword typo

svn: r3287
This commit is contained in:
Eli Barzilay 2006-06-08 21:14:45 +00:00
parent 2279544839
commit 36d57c8a15

View File

@ -22,7 +22,7 @@
arg1-name v arg2-name))
(define/kw (pack dest name paths collections
#:optional [filter std-filter]
#:optional [file-filter std-filter]
[encode? #t]
[file-mode 'file]
[unpack-unit #f]
@ -32,7 +32,7 @@
[at-plt-home? #f])
(pack-plt dest name paths
#:collections collections
#:file-filter filter
#:file-filter file-filter
#:encode? encode?
#:file-mode file-mode
#:unpack-unit unpack-unit
@ -43,7 +43,7 @@
(define/kw (pack-plt dest name paths
#:key [collections null]
[filter std-filter]
[file-filter std-filter]
[encode? #t]
[file-mode 'file]
[unpack-unit #f]