minor doc edits
svn: r7121 original commit: 3f2341cda8a6a2d6cca07bdb50cf5281950b9f1a
This commit is contained in:
parent
5739cbbd52
commit
a48fad35f4
|
@ -492,7 +492,7 @@
|
|||
(define (register-scheme-definition stx)
|
||||
(unless (identifier? stx)
|
||||
(error 'register-scheme-definition "not an identifier: ~e" (syntax-object->datum stx)))
|
||||
(format "definition:~s"
|
||||
(format "definition:~a"
|
||||
(let ([b (identifier-binding stx)])
|
||||
(cond
|
||||
[(not b) (format "top:~a" (syntax-e stx))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user