More reformatting
This commit is contained in:
parent
fece1f6d03
commit
28946a0a43
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user