From e4dfef77b0f61447978aeaf58d61953f5cf1f3e9 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 10 Jan 2011 15:32:30 +0100 Subject: Manual: whitespace and missing @noindent Thanks, once again, to Mark Harig. --- doc/repl.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/repl.texi') 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. -- cgit v1.2.3