From 8370b00b4139a4f16f6e8ab941d86a621610f068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 12 Sep 2008 11:30:04 +0200 Subject: [PATCH] doc: Correct the default value of `%load-path'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/api-options.texi (Build Config): Remove "." from the default value of `%load-path'. Reported by David Séverin . --- doc/ref/api-options.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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