summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-19 22:26:14 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-19 22:26:14 +0200
commitfb58ec28796138f39bb74a3fde56ce134256a457 (patch)
treeb6cb9ef905061bd61169c7d5fc237367f1ef5e24 /doc/repl.texi
parent97b953d0bbf6162ab15ccff8af0b9891922ab491 (diff)
downloadgeiser-fb58ec28796138f39bb74a3fde56ce134256a457.tar.gz
geiser-fb58ec28796138f39bb74a3fde56ce134256a457.tar.bz2
REPL: new doc bindings in tune with those in scheme buffers.
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index dffd2a1..3541954 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -151,6 +151,13 @@ when the optional argument has a default value, it's represented by a
list made up of its name and that value. When the argument is a keyword
argument, its name is preceded by a colon.
+If that's not enough documentation for you, @kbd{C-c C-d d} will open a
+separate documentation buffer with help on the symbol at point. For some
+implementations (e.g. Racket), this separate buffer will actually be a
+web page displaying the corresponding page in the manual, while for
+implementations supporting docstrings (e.g. (you guessed it) Guile)
+it'll be a real Emacs buffer displaying that information.
+
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
@@ -159,7 +166,7 @@ will see, these commands are also available in scheme buffers.
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 d}, and type or complete the desired module's name.
+@kbd{C-c C-d m}, and type or complete the desired module's name.
@image{img/repl-mod}