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 | 630fe511b7ca38d22dc6729b73989b20b3a21076 (patch) | |
tree | 27553150cf840f0bb58570b2a885899fce651948 /doc/repl.texi | |
parent | ecc26059f3a60b1c04c8900444ac114c434d2fa0 (diff) | |
download | geiser-630fe511b7ca38d22dc6729b73989b20b3a21076.tar.gz geiser-630fe511b7ca38d22dc6729b73989b20b3a21076.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 |