diff --git a/scheme/env/command.scm b/scheme/env/command.scm index b75e49b..b7f99ce 100644 --- a/scheme/env/command.scm +++ b/scheme/env/command.scm @@ -90,7 +90,7 @@ ; perhaps this should use scheme-exit-now, but I'm ; worried that it is what handles normal EOF. (HCC) (exit-command-processor (lambda () 0))) - ((y-or-n? "Exit Scheme 48" #t) + ((y-or-n? "Exit Scsh?" #t) (exit-command-processor (lambda () 1))) (else (abort-to-command-level (car levels))))