summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 15:32:30 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-10 15:32:30 +0100
commite4dfef77b0f61447978aeaf58d61953f5cf1f3e9 (patch)
tree49b046284bfcbc8845461be957bc1bf0cbac8837 /doc/repl.texi
parent65e9f9b1d0398eaaa08a8488cb0bf35eb0ffb88b (diff)
downloadgeiser-e4dfef77b0f61447978aeaf58d61953f5cf1f3e9.tar.gz
geiser-e4dfef77b0f61447978aeaf58d61953f5cf1f3e9.tar.bz2
Manual: whitespace and missing @noindent
Thanks, once again, to Mark Harig.
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index 03361fd..bded2b7 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -282,13 +282,14 @@ directly your Scheme of choice via @command{run-racket} or
variable @code{geiser-active-implementations} contains a list of those
Schemes Geiser should be aware of. Thus, if you happen to be, say, a
racketeer not to be beguiled by other schemes, you can tell Geiser to
-forget about the richness of the Scheme ecosystem with something like
+forget about the richness of the Scheme ecosystem with something like:
@example
(setq geiser-active-implementations '(racket))
@end example
-@noindent in your initialisation files.
+@noindent
+in your initialisation files.
@cindex scheme binary
@cindex scheme executable path
@@ -322,7 +323,8 @@ example, my Geiser configuration includes the following line:
(setq geiser-repl-history-filename "~/.emacs.d/geiser-history")
@end example
-@noindent which makes the files @file{geiser-history.guile} and
+@noindent
+which makes the files @file{geiser-history.guile} and
@file{geiser-history.racket} to live inside my home's @file{.emacs.d}
directory.