diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-07-25 22:35:41 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-07-25 22:35:41 +0200 |
commit | 941d65165b3bce917d3bff9952e582800ccf2981 (patch) | |
tree | 76ae53d65dc284f65edb5b1f9110e2e56a4ab48f /doc/repl.texi | |
parent | d2f2b41c0926ae538ce4acc190150f49e56bc9d5 (diff) | |
download | geiser-guile-941d65165b3bce917d3bff9952e582800ccf2981.tar.gz geiser-guile-941d65165b3bce917d3bff9952e582800ccf2981.tar.bz2 |
Tweaks to scheme implementation selection, and docs for it.
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 1b5d242..aa15367 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -191,6 +191,7 @@ I'm documenting below a proper subset of those settings, together with some related tips. @subsubheading Choosing a Scheme implementation +@anchor{choosing-impl} Instead of using the generic @command{run-geiser} command, you can start directly your Scheme of choice via @command{run-racket} or @command{run-guile}. @anchor{active-implementations} In addition, the |