diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 02:16:02 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-09 02:16:02 +0100 |
commit | 5f50bcd86d436a598bf9d61f5bcfd7f985338d01 (patch) | |
tree | 7e73a097ce365cbcdf53ec71899d911ad8c7a1b7 /doc/repl.texi | |
parent | 9c3c0202f536b67ae83ef974fa4c743fb888b29b (diff) | |
download | geiser-guile-5f50bcd86d436a598bf9d61f5bcfd7f985338d01.tar.gz geiser-guile-5f50bcd86d436a598bf9d61f5bcfd7f985338d01.tar.bz2 |
Doc nit
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 0f0a2cd..073c544 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -329,11 +329,11 @@ back, on a per REPL basis, using @kbd{C-c C-a}. @cindex port, default @cindex host, default -When using @code{connect-to-guile} or @code{geiser-connect}, you'll be -prompted for a host and a port, defaulting to ``localhost'' and 37146. -You can change those defaults customizing -@code{geiser-repl-default-host} and @code{geiser-repl-default-port}, -respectively. +When using @code{connect-to-guile}, @code{connect-to-racket} or +@code{geiser-connect}, you'll be prompted for a host and a port, +defaulting to ``localhost'' and 37146. You can change those defaults +customizing @code{geiser-repl-default-host} and +@code{geiser-repl-default-port}, respectively. @c Local Variables: @c mode: texinfo |