diff options
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index 14a9397..bef0f3f 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -321,13 +321,13 @@ for Racket are @code{geiser-racket-collects} and @code{geiser-racket-init-file}. Note, however, that specifying @code{geiser-guile-init-file} is @i{not} -equivalent to changing Guile's init file (@file{~/.guile}), because the -former is loaded using the @code{-l} flag, together with @code{-q} to -disable loading the second. But there are subtle differences in the way -Guile loads the init file vs. how it loads a file specifed via the -@code{-l} flag. If what you want is just loading @file{~/.guile}, leave -@code{geiser-guile-init-file} alone and set -@code{geiser-guile-load-init-file-p} to @code{t} instead. +equivalent to changing Guile's initialization file (@file{~/.guile}), +because the former is loaded using the @code{-l} flag, together with +@code{-q} to disable loading the second. But there are subtle +differences in the way Guile loads the initialization file versus how it +loads a file specified via the @code{-l} flag. If what you want is just +loading @file{~/.guile}, leave @code{geiser-guile-init-file} alone and +set @code{geiser-guile-load-init-file-p} to @code{t} instead. @subsubheading History |