summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-30 15:46:15 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-30 15:46:15 +0200
commitf3d0574d793324356ff27324146c0e0b375938ff (patch)
treedda7e55b8d2b3e6c34b56dee553f7ff02d29d27a /doc/repl.texi
parent92ebee294b4d66abbbb3250ce910239427c48ebb (diff)
downloadgeiser-f3d0574d793324356ff27324146c0e0b375938ff.tar.gz
geiser-f3d0574d793324356ff27324146c0e0b375938ff.tar.bz2
Documentation update to mention new ,enter in Racket
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi4
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.