mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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>.
This commit is contained in:
parent
3c2a5013de
commit
8370b00b41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue