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 | 739dde06bdd997995873fcd59f2c1cc1d2976aef (patch) | |
tree | fc889c41397b05998bd8e88a5e58a374484dd729 /doc/repl.texi | |
parent | ebec43db543a00efa13948f46fa30864844859fe (diff) | |
download | geiser-guile-739dde06bdd997995873fcd59f2c1cc1d2976aef.tar.gz geiser-guile-739dde06bdd997995873fcd59f2c1cc1d2976aef.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. |