diff options
Diffstat (limited to 'scheme2c.init')
-rw-r--r-- | scheme2c.init | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scheme2c.init b/scheme2c.init index 7caf944..0743113 100644 --- a/scheme2c.init +++ b/scheme2c.init @@ -170,8 +170,7 @@ ;;; Return argument (define (identity x) x) -;;; If your implementation provides eval, SLIB:EVAL is single argument -;;; eval using the top-level (user) environment. +;;; SLIB:EVAL is single argument eval using the top-level (user) environment. (define slib:eval eval) (define-macro defmacro |