changed argument to parameter

svn: r6784
This commit is contained in:
Matthias Felleisen 2007-07-01 14:03:59 +00:00
parent a2ee15f28d
commit 9b96dbd211

View File

@ -906,7 +906,7 @@
'unknown 'unknown
#'id #'id
#f #f
"name is not defined, not an argument, and not a primitive name") "name is not defined, not a parameter, and not a primitive name")
;; Don't use #%top here; id might have become bound to something ;; Don't use #%top here; id might have become bound to something
;; that isn't a value. ;; that isn't a value.
#'id)])) #'id)]))