diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-15 22:57:44 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-15 22:57:44 +0200 |
commit | d8e54ebda76c034f48342e8ee7f2b7901c9bc674 (patch) | |
tree | cd2e932569dd9f993ae2dc94816e336284d75966 /doc/repl.texi | |
parent | 9e0401cb0d864af44372e60be642f57b4895a1ad (diff) | |
download | geiser-guile-d8e54ebda76c034f48342e8ee7f2b7901c9bc674.tar.gz geiser-guile-d8e54ebda76c034f48342e8ee7f2b7901c9bc674.tar.bz2 |
Documentation for M-. and modules
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 6a4c47d..43a07b4 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -208,7 +208,9 @@ If that's still not enough, Geiser can jump, via @kbd{M-.}, to the symbol's definition. A buffer with the corresponding file will pop up, 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. +will see, these commands are also available in scheme buffers. @kbd{M-.} +also works for modules: if your point is on an unambiguous module name, +the file where it's defined will be opened for you. @cindex module exports @anchor{repl-mod} |