diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-05 13:28:34 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-05 13:28:34 +0100 |
commit | 5846152ba151bbd9da1e361059dd1337d23506c2 (patch) | |
tree | 7df69c247b40fe409488211eb4898a9cb657b85d /doc/repl.texi | |
parent | 8e9389571057f3b0be4f43b54783cd202020d581 (diff) | |
download | geiser-5846152ba151bbd9da1e361059dd1337d23506c2.tar.gz geiser-5846152ba151bbd9da1e361059dd1337d23506c2.tar.bz2 |
Bug fix: honour geiser-repl-use-other-window
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index feb47c4..b01295d 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -26,7 +26,9 @@ 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 (by default, the REPL will appear in a new window: if that annoys +you, just set @code{geiser-repl-use-other-window} to @code{nil} and the +current window will be used). @imgc{repls} |