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 | d27e2f151dde318731616d585e83ae8d5cea5ad6 (patch) | |
tree | 48fea2c26670ffe7d64b6e6613db3a116e630bd6 /doc | |
parent | c54ebd679ac7702dd92da9686f0d2ec2f229b0d5 (diff) | |
download | geiser-d27e2f151dde318731616d585e83ae8d5cea5ad6.tar.gz geiser-d27e2f151dde318731616d585e83ae8d5cea5ad6.tar.bz2 |
Documentation fix
Diffstat (limited to 'doc')
-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-. |