summaryrefslogtreecommitdiff
path: root/doc/cheat.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-05 02:57:15 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-05 02:57:15 +0100
commitb8992fe0b5ab24c66f9d58f61ed9d52ea378d4bf (patch)
tree759275353013098a1faace882cd99674d77f0633 /doc/cheat.texi
parent95968c5dff4c8128a377d241436b6454c31c2e69 (diff)
downloadgeiser-chez-b8992fe0b5ab24c66f9d58f61ed9d52ea378d4bf.tar.gz
geiser-chez-b8992fe0b5ab24c66f9d58f61ed9d52ea378d4bf.tar.bz2
Fix for TAB in REPL, and BACKTAB going to previous error
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r--doc/cheat.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi
index 6087949..d83a540 100644
--- a/doc/cheat.texi
+++ b/doc/cheat.texi
@@ -110,6 +110,13 @@
@item M-.
@tab geiser-edit-symbol-at-point
@tab Edit identifier at point
+@item TAB
+@tab geiser-completion--tab
+@tab Complete identifier at point or indent if none; away from
+last prompt, go to next error in the buffer.
+@item S-TAB (backtab)
+@tab geiser-completion--previous-error
+@tab Go to previous error in the REPL buffer
@item TAB, M-TAB
@tab geiser-completion--complete-symbol
@tab Complete identifier at point