diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-09-12 11:30:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-12 11:31:48 +0200 |
commit | 8370b00b4139a4f16f6e8ab941d86a621610f068 (patch) | |
tree | cb6baf3969450194330907ab0bd0dbda360beb82 /doc/ref/api-options.texi | |
parent | 3c2a5013de34811da09727a7af56014bec29cbc3 (diff) | |
download | guile-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.texi | 2 |
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 |