summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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