summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-16 00:46:31 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-02-16 00:46:31 +0100
commitdba34f8fdf4cf29703126abc498261ea410a9702 (patch)
tree0cff79320ee26788d525bb67b98be1dae9e34e5f /README
parent90cab862978ec01dfb7fa2b06592d835400d798c (diff)
downloadgeiser-dba34f8fdf4cf29703126abc498261ea410a9702.tar.gz
geiser-dba34f8fdf4cf29703126abc498261ea410a9702.tar.bz2
New command: module documentation.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 26f917e..1a00d09 100644
--- a/README
+++ b/README
@@ -29,8 +29,9 @@
| C-cC-k | Compile and load current file |
| C-cC-l | Load current file |
|---------------+-------------------------------------------------|
- | C-cC-d | See docstring for symbol at point |
- | C-cC-a | Toggle autodoc mode |
+ | C-cC-dd | See docstring for symbol at point |
+ | C-cC-dm | See module documentation |
+ | C-cC-da | Toggle autodoc mode |
|---------------+-------------------------------------------------|
If `geiser-mode-smart-tab-p' is nil
@@ -59,6 +60,7 @@
| C-ck | Compile and load scheme file |
| C-cl | Load scheme file |
|--------------+-----------------------------------------|
- | C-cd | See docstring for symbol at point |
+ | C-cd | See documentation for symbol at point |
+ | C-cm | See module documentation |
| C-ca | Toggle autodoc mode |
|--------------+-----------------------------------------|