diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-05 03:01:07 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-05 03:01:07 +0100 |
commit | cb4eaabc1e18b91f1f34899110edf62482163a5b (patch) | |
tree | d76c969a9ca224f5d70894a863093d1a60d2bf91 | |
parent | b8992fe0b5ab24c66f9d58f61ed9d52ea378d4bf (diff) | |
download | geiser-guile-cb4eaabc1e18b91f1f34899110edf62482163a5b.tar.gz geiser-guile-cb4eaabc1e18b91f1f34899110edf62482163a5b.tar.bz2 |
Documentation fix
-rw-r--r-- | doc/cheat.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi index d83a540..6a9f88f 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -112,12 +112,11 @@ @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. +@tab Complete, indent or go to next error @item S-TAB (backtab) @tab geiser-completion--previous-error @tab Go to previous error in the REPL buffer -@item TAB, M-TAB +@item M-TAB @tab geiser-completion--complete-symbol @tab Complete identifier at point @item M-`, C-. |