diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:53:29 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 17:53:29 +0100 | 
| commit | 2f12e8a2088ab7bab1149affd32acacce2a1a56e (patch) | |
| tree | 4d476938c625db06bec381cdff167d325b5de30a | |
| parent | 346061dff4ffb45940bafe0bb9a76f6a6f3a39e6 (diff) | |
| download | geiser-2f12e8a2088ab7bab1149affd32acacce2a1a56e.tar.gz geiser-2f12e8a2088ab7bab1149affd32acacce2a1a56e.tar.bz2 | |
README updates
| -rw-r--r-- | README | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -128,12 +128,13 @@      | C-c C-k             | Compile and load current file                   |      |---------------------+-------------------------------------------------|      | C-c C-d d           | See documentation for identifier at point       | +    | C-c C-d s           | See short documentation for identifier at point |      | C-c C-d i           | Look up manual for identifier at point          |      | C-c C-d m           | See a list of a module's exported identifiers   |      | C-c C-d a           | Toggle autodoc mode                             |      |---------------------+-------------------------------------------------| -    | C-c<                | Show callers of procedure at point              | -    | C-c>                | Show callees of procedure at point              | +    | C-c <               | Show callers of procedure at point              | +    | C-c >               | Show callees of procedure at point              |      |---------------------+-------------------------------------------------|      | M-TAB               | Complete identifier at point                    |      | M-`, C-.            | Complete module name at point                   | | 
