diff options
author | jao <jao@gnu.org> | 2022-08-25 00:26:16 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-25 01:20:19 +0100 |
commit | 669960e216131b1ef5e26a368e28053eeab8aa9a (patch) | |
tree | 50dc91aa5a6558e45e5456872d1691516883cfa5 /doc/repl.texi | |
parent | 2695870666ed0c699f26421963ce69a321ec6016 (diff) | |
download | geiser-669960e216131b1ef5e26a368e28053eeab8aa9a.tar.gz geiser-669960e216131b1ef5e26a368e28053eeab8aa9a.tar.bz2 |
New geiser-repl-switch[-to-module] obsoleting switch-to-geiser[module]
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 6734d82..0c20dcc 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -159,7 +159,7 @@ In tune with Geiser's evaluations 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 +@command{geiser-repl-switch-to-module}, bound to @kbd{C-c C-m}. You'll notice that Geiser simply uses a couple of meta-commands provided by the Scheme REPL (the stock @command{,m} in Guile and Chicken and the (geiser-defined) @command{,enter} in Racket), and that it doesn't even |