removing ... from being documented

This commit is contained in:
Danny Yoo 2011-11-08 22:23:59 -05:00
parent b00756ad87
commit e6a7f89f83
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,8 @@
symbol? symbol=? symbol? symbol=?
current-output-port current-output-port
lambda lambda
true false))) true false
...)))
@(define-runtime-path whalesong-path "..") @(define-runtime-path whalesong-path "..")

View File

@ -29,7 +29,8 @@
number? number?
newline newline
current-output-port current-output-port
display)) display
...))
(for-label (this-package-in resource) (for-label (this-package-in resource)
(for-label (this-package-in web-world)))) (for-label (this-package-in web-world))))