More reformatting

This commit is contained in:
Eli Barzilay 2010-05-21 16:59:36 -04:00
parent fece1f6d03
commit 28946a0a43
43 changed files with 228 additions and 226 deletions

View File

@ -98,8 +98,7 @@ information on properties and byte codes.
@;------------------------------------------------------------------------
@defproc*[([(syntax-property [stx syntax?][key any/c][v any/c])
syntax?]
@defproc*[([(syntax-property [stx syntax?] [key any/c] [v any/c]) syntax?]
[(syntax-property [stx syntax?] [key any/c]) any])]{
The three-argument form extends @racket[stx] by associating an

View File

@ -127,7 +127,10 @@ otherwise.}
@defproc[(shell-execute [verb (or/c string? #f)]
[target string?][parameters string?][dir path-string?][show-mode symbol?])
[target string?]
[parameters string?]
[dir path-string?]
[show-mode symbol?])
#f]
@index['("ShellExecute")]{Performs} the action specified by @racket[verb]