summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-03-07 00:07:48 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-03-07 00:07:48 +0100
commitbaf8e5e99b0650690b16f4bb8ff1dd5736f18a3a (patch)
tree5ca08bf397200bf6f5d2d33c94144f505ce98772 /README
parent30ee9fdb4b15dc6a506b16cbc41ae55c7b9e8362 (diff)
downloadgeiser-chez-baf8e5e99b0650690b16f4bb8ff1dd5736f18a3a.tar.gz
geiser-chez-baf8e5e99b0650690b16f4bb8ff1dd5736f18a3a.tar.bz2
A bit of key bindings reorg: macro-related commands start with C-cC-m.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index a33b6af..97c2c7e 100644
--- a/README
+++ b/README
@@ -32,19 +32,20 @@
| C-cC-r | Eval region |
| C-cM-r | Eval region and switch to REPL |
|------------------+-------------------------------------------------|
- | C-cC-xx | Macro-expand definition around point |
- | C-cC-xe | Macro-expand sexp before point |
- | C-cC-xr | Marcro-expand region |
- | C-uC-cC-x[x,e,r] | (With prefix, macro expansions are recursive) |
+ | C-cC-mx | Macro-expand definition around point |
+ | C-cC-me | Macro-expand sexp before point |
+ | C-cC-mr | Marcro-expand region |
+ | C-uC-cC-m[x,e,r] | (With prefix, macro expansions are recursive) |
|------------------+-------------------------------------------------|
| C-cC-k | Compile and load current file |
| C-cC-l | Load current file |
|------------------+-------------------------------------------------|
| C-cC-dd | See documentation for symbol at point |
- | C-cC-dm | See module symbols documentation |
- | C-cC-dp | See generic methods |
+ | C-cC-dm | See list of module symbols |
| C-cC-da | Toggle autodoc mode |
|------------------+-------------------------------------------------|
+ | C-cC-xf | See a generic's methods signatures |
+ |------------------+-------------------------------------------------|
| M-TAB | Complete symbol at point |
| C-. | Complete module name at point |
| TAB | Complete symbol at point or indent |