From 6d765e0f93254c1606e1d794b5376916750f3738 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 7 Mar 2009 00:07:48 +0100 Subject: A bit of key bindings reorg: macro-related commands start with C-cC-m. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README') 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 | -- cgit v1.2.3