diff options
author | Peter <craven@gmx.net> | 2016-04-30 21:32:06 +0200 |
---|---|---|
committer | Peter <craven@gmx.net> | 2016-04-30 21:32:06 +0200 |
commit | 679623fb5c9cd7d58a92a98b0190e98a67a69491 (patch) | |
tree | b76adbeaca54941a82d0e23214aabc1a3548b115 /doc | |
parent | 5c4393151e2007382898c64df516eb25b1b16abe (diff) | |
download | geiser-679623fb5c9cd7d58a92a98b0190e98a67a69491.tar.gz geiser-679623fb5c9cd7d58a92a98b0190e98a67a69491.tar.bz2 |
Fix syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 3974ea3..6a785dd 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -326,8 +326,8 @@ some related tips. @subsubheading Choosing a Scheme implementation @cindex scheme implementation, choosing @anchor{choosing-impl} -Instead of using the generic @command{run-geiser} command, you can start -directly your Scheme of choice one of the following: +Instead of using the generic @command{run-geiser} command, you can directly +start your Scheme of choice using any of the following commands: @itemize @bullet @item @command{run-racket} @item @command{run-guile} |