From eaaf40da7405cec4b7f7ca685de7797c3ca79875 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 11 Jun 2018 02:54:00 +0200 Subject: [PATCH] Documentation warning --- doc/repl.texi | 5 +++-- 1 file 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 -/xrepl-lib/xrepl/main> +/xrepl-lib/xrepl/main> @end example If you start typing symbols, and then you try to auto-complete those -- 2.11.4.GIT