From f3d0574d793324356ff27324146c0e0b375938ff Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 30 Oct 2010 15:46:15 +0200 Subject: Documentation update to mention new ,enter in Racket --- doc/repl.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/repl.texi') 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. -- cgit v1.2.3