summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cheat.texi4
-rw-r--r--doc/repl.texi7
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index 154b7e4..d222a13 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -20,9 +20,9 @@ third key not modified by @key{Control}; e.g.,
@item C-c C-z
@tab @code{geiser-mode-switch-to-repl}
@tab Switch to REPL
-@item C-c C-a, C-u C-c C-z
+@item C-c C-a
@tab @code{geiser-mode-switch-to-repl-and-enter}
-@tab Switch to REPL and current module
+@tab Switch to REPL and current module (also @kbd{C-u C-c C-z})
@item C-c C-s
@tab @code{geiser-set-scheme}
@tab Specify Scheme implementation for buffer
diff --git a/doc/repl.texi b/doc/repl.texi
index f5e426f..feb47c4 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -198,9 +198,10 @@ evaluation request, if any. If you prefer a not-so-forgetful REPL, set
the customization variable @code{geiser-repl-forget-old-errors-p} to
@code{nil}. Note, however, that even when that variable is left as
@kbd{t}, you can always jump to an old error by moving to its line at
-the REPL and pressing @kbd{RET}. When your cursor is away from the last
-prompt, @kbd{TAB} will move to the next error in the buffer, and you can
-use @kbd{BACKTAB} everywhere to go to the previous one.
+the REPL and pressing @kbd{@key{RET}}. When your cursor is away from
+the last prompt, @kbd{@key{TAB}} will move to the next error in the
+buffer, and you can use @kbd{@key{BACKTAB}} everywhere to go to the
+previous one.
@node Autodoc and friends, Customization and tips, Completion and error handling, The REPL
@section Autodoc and friends