diff options
-rw-r--r-- | ice-9/boot-9.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index c56f9bcad..fea66b903 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -2342,7 +2342,7 @@ (begin (newline (current-error-port)) (display - "Type \"(backtrace)\" to get more information.\n" + "Type \"(backtrace)\" to get more information or \"(debug)\" to enter the debugger.\n" (current-error-port)) (set! has-shown-debugger-hint? #t))) (force-output (current-error-port))) |