mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
very important fix to (system repl command)
* module/system/repl/command.scm (language): s/Have fun/Happy hacking/. Heh.
This commit is contained in:
parent
d53e5a7edb
commit
4d75554d0a
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue