diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-06-11 02:54:00 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-06-11 02:54:00 +0200 |
commit | eaaf40da7405cec4b7f7ca685de7797c3ca79875 (patch) | |
tree | 271a17d1a8839a09f07128f423b144d6d3066040 /doc | |
parent | cdec3e827817ffc655e0cc380a09d4b16b8c5a17 (diff) | |
download | geiser-guile-eaaf40da7405cec4b7f7ca685de7797c3ca79875.tar.gz geiser-guile-eaaf40da7405cec4b7f7ca685de7797c3ca79875.tar.bz2 |
Documentation warning
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repl.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index c30292d..282cff0 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -24,7 +24,8 @@ Read-Eval-Print Loop), Geiser provides the generic interactive command @command{run-geiser}. If you invoke it (via, as is customary in Emacs, @kbd{M-x run-geiser}), you'll be saluted by a prompt asking which one of the supported implementations you want to launch---yes, you can stop the -asking, see @altr{active-implementations,below,Customization and tips,.} +asking, see +@altr{active-implementations,below,Customization and tips,.} Tabbing for completion will offer you, as of this writing, @code{guile}, @code{racket}, @code{chicken}, @code{mit}, @code{chibi} and @code{chez}. Just choose your poison, and a new REPL buffer will pop up (by default, @@ -241,7 +242,7 @@ xrepl}, you'll notice that the REPL prompt has changed to something like this: @example -<pkgs>/xrepl-lib/xrepl/main> +<pkgs>/xrepl-lib/xrepl/main> @end example If you start typing symbols, and then you try to auto-complete those |