summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-11 16:19:04 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-11 16:20:37 +0100
commit309bb67eb7b9ff06a3278eea4680a3287283c9b6 (patch)
treee50266f6281b28597a984b0f366436a91fbb9467
parent0fac0de329fb7c775f123f6bef74e999de89a529 (diff)
downloadgeiser-chez-309bb67eb7b9ff06a3278eea4680a3287283c9b6.tar.gz
geiser-chez-309bb67eb7b9ff06a3278eea4680a3287283c9b6.tar.bz2
Cheat sheet updated
-rw-r--r--README2
-rw-r--r--doc/cheat.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index d6a55b3..184dd12 100644
--- a/README
+++ b/README
@@ -107,7 +107,7 @@
|---------------------+-------------------------------------------------|
| C-c C-z | Switch to REPL |
- | C-u C-c C-z | Switch to REPL and current module |
+ | C-c C-a | Switch to REPL and current module |
| C-c C-s | Specify Scheme implementation for buffer |
|---------------------+-------------------------------------------------|
| M-. | Go to definition of identifier at point |
diff --git a/doc/cheat.texi b/doc/cheat.texi
index d5affc4..4c21450 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -20,8 +20,8 @@ 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-u C-c C-z
-@tab @code{geiser-mode-switch-to-repl}
+@item C-c C-a, C-u C-c C-z
+@tab @code{geiser-mode-switch-to-repl-and-enter}
@tab Switch to REPL and current module
@item C-c C-s
@tab @code{geiser-set-scheme}