diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-11 22:22:10 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-11 22:22:10 +0100 |
commit | 246138a0ba089ea41875bbf86e209fc404b0b703 (patch) | |
tree | 6786439b280d59780d82586a360c9d670cbce19c /doc/repl.texi | |
parent | f6f5fe87902364049305c9ff70ae60c2b0f6b218 (diff) | |
download | geiser-246138a0ba089ea41875bbf86e209fc404b0b703.tar.gz geiser-246138a0ba089ea41875bbf86e209fc404b0b703.tar.bz2 |
Manual: fixes for the print edition
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 5a88b76..f5e426f 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -20,13 +20,13 @@ ready, just come back here and proceed to the following sections. @cindex REPL To start a Scheme REPL (meaning, a Scheme process offering you a Read-Eval-Print Loop), Geiser provides the generic interactive command -@command{run-geiser}. If you run it (via, as is customary in Emacs, -@kbd{M-x run-geiser}, you'll be saluted by a prompt asking which one of +@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,.} Tabbing for completion will offer you, as of this writing, @code{guile} and @code{racket}. Just choose your poison, and a new REPL buffer will -pop-up. +pop up. @imgc{repls} |