summaryrefslogtreecommitdiff
path: root/doc/ref/api-options.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-13 22:51:27 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-13 22:51:27 +0200
commit44e268898b522dd1c15e968d68adcb2f6fe12359 (patch)
treea28f26396f6fcb9bab09cb601f19e8906954688a /doc/ref/api-options.texi
parentaa25debf1d3ab0e05e5276f7b015a7980efb99d1 (diff)
parent3394818c0a465c8b337252250174ecb0d13d726d (diff)
downloadguile-44e268898b522dd1c15e968d68adcb2f6fe12359.tar.gz
Merge branch 'master' into boehm-demers-weiser-gc
Conflicts: lib/Makefile.am libguile/gc-card.c libguile/gc-freelist.c libguile/gc-mark.c libguile/gc-segment.c libguile/gc.c libguile/gc.h libguile/gc_os_dep.c libguile/private-gc.h m4/.cvsignore m4/gnulib-cache.m4 m4/gnulib-comp.m4
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r--doc/ref/api-options.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index c6ce34623..20e32c51c 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -99,7 +99,7 @@ your site should be installed. On Unix-like systems, this is usually
@defvar %load-path
List of directories which should be searched for Scheme modules and
libraries. @code{%load-path} is initialized when Guile starts up to
-@code{(list (%site-dir) (%library-dir) (%package-data-dir) ".")},
+@code{(list (%site-dir) (%library-dir) (%package-data-dir))},
prepended with the contents of the GUILE_LOAD_PATH environment variable,
if it is set.
@end defvar