minor doc edits

svn: r7121

original commit: 3f2341cda8a6a2d6cca07bdb50cf5281950b9f1a
This commit is contained in:
Matthew Flatt 2007-08-19 13:20:06 +00:00
parent 5739cbbd52
commit a48fad35f4

View File

@ -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))]