summaryrefslogtreecommitdiff
path: root/doc/ref/api-options.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-12 11:30:04 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-12 11:31:48 +0200
commit8370b00b4139a4f16f6e8ab941d86a621610f068 (patch)
treecb6baf3969450194330907ab0bd0dbda360beb82 /doc/ref/api-options.texi
parent3c2a5013de34811da09727a7af56014bec29cbc3 (diff)
downloadguile-8370b00b4139a4f16f6e8ab941d86a621610f068.tar.gz
doc: Correct the default value of `%load-path'.
* doc/ref/api-options.texi (Build Config): Remove "." from the default value of `%load-path'. Reported by David Séverin <david@altosw.be>.
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