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 | f3d0574d793324356ff27324146c0e0b375938ff (patch) | |
tree | dda7e55b8d2b3e6c34b56dee553f7ff02d29d27a /doc | |
parent | 92ebee294b4d66abbbb3250ce910239427c48ebb (diff) | |
download | geiser-f3d0574d793324356ff27324146c0e0b375938ff.tar.gz geiser-f3d0574d793324356ff27324146c0e0b375938ff.tar.bz2 |
Documentation update to mention new ,enter in Racket
Diffstat (limited to 'doc')
-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. |