summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-11-11 16:58:07 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-11-11 16:58:07 +0100
commita36fd73dbd98a31fb955f5570afc307e3fc0cbf9 (patch)
tree8841f750409eb3fe0ad0eddccf7397ed58060b6b /README
parenta013b17d8f27de4ccec12e1fd2cf19f097684948 (diff)
downloadgeiser-a36fd73dbd98a31fb955f5570afc307e3fc0cbf9.tar.gz
geiser-a36fd73dbd98a31fb955f5570afc307e3fc0cbf9.tar.bz2
New command geiser-repl-clear-buffer
Just renamed geiser-repl--clear-buffer (we don't use -- when users can call the command with M-x normally) and added documentation.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 110f506..4e31bde 100644
--- a/README
+++ b/README
@@ -123,6 +123,7 @@
|-------------+----------------------------------------------------|
| C-c C-z | Start Scheme REPL, or jump to previous buffer |
+ | C-c M-o | Clear scheme output |
| C-c C-q | Kill Scheme process |
| C-c C-k | Nuke REPL: use it if the REPL becomes unresponsive |
|-------------+----------------------------------------------------|