Fix typo in name of macro.
svn: r5694
This commit is contained in:
parent
2a35c47ff7
commit
7f9030952e
|
@ -105,7 +105,7 @@
|
|||
(begin
|
||||
(define-syntax prompt
|
||||
(syntax-rules ()
|
||||
[(reset expr0 expr (... ...))
|
||||
[(prompt expr0 expr (... ...))
|
||||
(call-with-prompt (lambda () expr0 expr (... ...)))]))
|
||||
(define-syntax prompt-at
|
||||
(syntax-rules ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user