diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-30 15:46:15 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-30 15:46:15 +0200 |
commit | 8e0535dff68717c4073d0933e304a7ad8c803870 (patch) | |
tree | 906c6783d71cbe78cf44d77ff5f5a16d6be52fa4 /doc/repl.texi | |
parent | b729d11c255065781e0df9b7a9b2be68a93fafb1 (diff) | |
download | geiser-guile-8e0535dff68717c4073d0933e304a7ad8c803870.tar.gz geiser-guile-8e0535dff68717c4073d0933e304a7ad8c803870.tar.bz2 |
Documentation update to mention new ,enter in Racket
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 43a07b4..b1d3b5a 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -117,8 +117,8 @@ in the @repl{} take place in the namespace of the current module. As noted above, the @repl{}'s prompt tells you the name of the current module. To switch to a different one, you can use the command @command{switch-to-geiser-module}, bound to @kbd{C-c C-m}. You'll notice -that Geiser simply uses the underlying Scheme's native namespace -switching facilities (@command{,m} in Guile and @command{enter!} in +that Geiser simply uses a couple of meta-commands provided by the Scheme +@repl{} (the stock @command{,m} in Guile and @command{,enter} in Racket), and that it doesn't even try to hide that fact. That means that you can freely use said native ways directly at the @repl{}, and Geiser will be happy to oblige. |