very important fix to (system repl command)
authorAndy Wingo <wingo@pobox.com>
Tue, 6 Apr 2010 22:09:53 +0000 (00:09 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 6 Apr 2010 22:09:53 +0000 (00:09 +0200)
* module/system/repl/command.scm (language): s/Have fun/Happy hacking/.
  Heh.

module/system/repl/command.scm

index e5e77cb..f3b0d1b 100644 (file)
@@ -324,7 +324,7 @@ List current bindings."
 Change languages."
   (let ((lang (lookup-language name))
         (cur (repl-language repl)))
-    (format #t "Have fun with ~a!  To switch back, type `,L ~a'.\n"
+    (format #t "Happy hacking with ~a!  To switch back, type `,L ~a'.\n"
             (language-title lang) (language-name cur))
     (set! (repl-language repl) lang)))