summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-15 17:35:17 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-15 17:35:17 +0100
commit5f34ef433af9deb412f29fb509de8f5d1082526d (patch)
tree43f0db70a5b85a1ce94730fec706f1296a6ad23d /README
parent18943b0b9f8b31e86dbdb0919af044e363eb33ff (diff)
downloadgeiser-5f34ef433af9deb412f29fb509de8f5d1082526d.tar.gz
geiser-5f34ef433af9deb412f29fb509de8f5d1082526d.tar.bz2
Initial support for module name completion.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index ac23b60..b489e37 100644
--- a/README
+++ b/README
@@ -20,6 +20,7 @@
| M-. | Edit symbol at point |
| M-, | Go back to where M-. was last invoked |
| M-TAB | Complete symbol at point |
+ | C-uM-TAB | Complete module name at point |
|---------------+-------------------------------------------------|
| C-M-x, C-cC-e | Eval definition around point |
| C-cMe | Eval definition around point and switch to REPL |
@@ -41,6 +42,7 @@
|--------------+-----------------------------------------|
| M-. | Edit symbol at point |
| TAB | Complete symbol at point |
+ | M-TAB | Complete module name at point |
|--------------+-----------------------------------------|
| M-p, M-n | Prompt history, matching current prefix |
|--------------+-----------------------------------------|