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 | 0e8be474273d6a515622334a16f2b0d34024e934 (patch) | |
tree | cee3dd9830ddb2e8fd11dea3415f8e9ff0d2df21 /doc | |
parent | 1177482fcd38d4150b5d33ddc42eb10f8a8e6b9b (diff) | |
download | geiser-guile-0e8be474273d6a515622334a16f2b0d34024e934.tar.gz geiser-guile-0e8be474273d6a515622334a16f2b0d34024e934.tar.bz2 |
Bug fix: honour geiser-repl-use-other-window
Diffstat (limited to 'doc')
-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} |