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 address@hidden in your initialisation files. address@hidden +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 address@hidden which makes the files @file{geiser-history.guile} and address@hidden +which makes the files @file{geiser-history.guile} and @file{geiser-history.racket} to live inside my home's @file{.emacs.d} directory.