summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-11 22:22:10 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-11 22:22:10 +0100
commit847fd9c4e5f847a5bf0b007c7dddf693a6857229 (patch)
tree03a6248ac28c94b4c366d8e44c99bbd9efca0459
parent309bb67eb7b9ff06a3278eea4680a3287283c9b6 (diff)
downloadgeiser-guile-847fd9c4e5f847a5bf0b007c7dddf693a6857229.tar.gz
geiser-guile-847fd9c4e5f847a5bf0b007c7dddf693a6857229.tar.bz2
Manual: fixes for the print edition
-rw-r--r--doc/parens.texi8
-rw-r--r--doc/repl.texi6
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/parens.texi b/doc/parens.texi
index f7018d3..56c3c32 100644
--- a/doc/parens.texi
+++ b/doc/parens.texi
@@ -134,12 +134,12 @@ surrounded by @code{-*-} marks, as in:
@item
If you've customized @code{geiser-active-implementations} so that it's a
single-element
-@ifnotinfo
+@ifhtml
list (as explained in @ref{choosing-impl,,here}),
-@end ifnotinfo
-@ifinfo
+@end ifhtml
+@ifnothtml
list,
-@end ifinfo
+@end ifnothtml
that element is used as the chosen implementation.
@item
The contents of the file is scanned for hints on its associated
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}