diff options
-rw-r--r-- | doc/img/repl-autodoc.png | bin | 54293 -> 44150 bytes | |||
-rw-r--r-- | doc/repl.texi | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/img/repl-autodoc.png b/doc/img/repl-autodoc.png Binary files differindex caf5117..85df156 100644 --- a/doc/img/repl-autodoc.png +++ b/doc/img/repl-autodoc.png 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. |