diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-11 22:41:14 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-11 22:41:14 +0200 |
commit | 468f82fcb4a77f3386f1ae1744314a2007bf22df (patch) | |
tree | b0f9917846916af3198a6830eff72432d90bdaa1 /doc/repl.texi | |
parent | 51367f32e213f4f3a1d300c557a286d9fcbef419 (diff) | |
download | geiser-468f82fcb4a77f3386f1ae1744314a2007bf22df.tar.gz geiser-468f82fcb4a77f3386f1ae1744314a2007bf22df.tar.bz2 |
More docs.
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 12231c7..8a73771 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -167,6 +167,7 @@ with its point resting upon the identifier's defining form. When you're done inspecting, @kbd{M-,} will bring you back to where you were. As we will see, these commands are also available in scheme buffers. +@anchor{repl-mod} Finally, Geiser can produce for you a list, classified by kind, of the identifiers exported by a given module: all you need to do is press @kbd{C-c C-d m}, and type or complete the desired module's name. |