summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cheat.texi4
-rw-r--r--doc/parens.texi4
-rw-r--r--doc/repl.texi2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index 105d0c3..aa51eb7 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -137,7 +137,7 @@ third key not modified by @key{Control}; e.g.,
@multitable @columnfractions .20 .4 .4
@headitem Key @tab Command @tab Description
@item C-c C-z
-@tab @code{switch-to-geiser}
+@tab @code{geiser-repl-switch}
@tab Start Scheme REPL, or jump to previous buffer
@item C-c M-o
@tab @code{geiser-repl-clear-buffer}
@@ -182,7 +182,7 @@ third key not modified by @key{Control}; e.g.,
@tab (comint commands)
@tab Previous/next prompt inputs
@item C-c C-m
-@tab @code{switch-to-geiser-module}
+@tab @code{geiser-repl-switch-to-module}
@tab Set current module
@item C-c C-i
@tab @code{geiser-repl-import-module}
diff --git a/doc/parens.texi b/doc/parens.texi
index 3c2c38d..b95958a 100644
--- a/doc/parens.texi
+++ b/doc/parens.texi
@@ -243,7 +243,7 @@ startup.
@anchor{switching-repl-buff} Once you have a working @i{geiser-mode},
you can switch from Scheme source buffers to the REPL or @kbd{C-c
C-z}. Those shortcuts map to the interactive command
-@code{switch-to-geiser}.
+@code{geiser-repl-switch}.
@cindex switching to module
If you use a numeric prefix, as in @kbd{C-u C-c C-z}, besides being
@@ -257,7 +257,7 @@ command is also bound to @kbd{C-c C-a}.
Once you're in the REPL, the same @kbd{C-c C-z} shortcut will bring
you back to the buffer you jumped from, provided you don't kill the
Scheme process in between. This is why the command is called
-@i{switch-to-geiser} instead of @i{switch-to-repl}, and what makes it
+@i{geiser-repl-switch} instead of @i{switch-to-repl}, and what makes it
really handy, if you ask me.
@cindex switching schemes
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