diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:57:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:57:42 +0100 |
commit | f88e9510f06da3e304aa104df89a7d3f261e6034 (patch) | |
tree | 8647f22868d7fa8d4963d02039af88493ebcdc38 /doc/ref/api-evaluation.texi | |
parent | c0d928dc2b50f8761b6c782e4dd34a6388d167fe (diff) | |
download | guile-f88e9510f06da3e304aa104df89a7d3f261e6034.tar.gz |
Use version 2.2 in manual examples
* doc/ref/api-evaluation.texi (Load Paths):
* doc/ref/api-options.texi (Build Config):
* doc/ref/guile-invoke.texi (Environment Variables):
* doc/ref/libguile-parallel.texi (Parallel Installations): Use 2.2 in
examples, rather than 2.0.
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 8d908b738..d9f6135aa 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -924,8 +924,8 @@ When @code{primitive-load-path} searches the @code{%load-compiled-path} for a corresponding compiled file for a relative path it does so by appending @code{.go} to the relative path. For example, searching for @code{ice-9/popen} could find -@code{/usr/lib/guile/2.0/ccache/ice-9/popen.go}, and use it instead of -@code{/usr/share/guile/2.0/ice-9/popen.scm}. +@code{/usr/lib/guile/2.2/ccache/ice-9/popen.go}, and use it instead of +@code{/usr/share/guile/2.2/ice-9/popen.scm}. If @code{primitive-load-path} does not find a corresponding @code{.go} file in the @code{%load-compiled-path}, or the @code{.go} file is out of |