mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
docs: fix markup in api-options.texi.
* doc/ref/api-options.texi (Build Config): Use @env for GUILE_LOAD_PATH.
This commit is contained in:
parent
ffb62a43dc
commit
892aea8b1d
1 changed files with 2 additions and 2 deletions
|
@ -95,12 +95,12 @@ your site should be installed. On Unix-like systems, this is usually
|
||||||
@file{/usr/local/share/guile/site} or @file{/usr/share/guile/site}.
|
@file{/usr/local/share/guile/site} or @file{/usr/share/guile/site}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@cindex GUILE_LOAD_PATH
|
@cindex @env{GUILE_LOAD_PATH}
|
||||||
@defvar %load-path
|
@defvar %load-path
|
||||||
List of directories which should be searched for Scheme modules and
|
List of directories which should be searched for Scheme modules and
|
||||||
libraries. @code{%load-path} is initialized when Guile starts up to
|
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,
|
prepended with the contents of the @env{GUILE_LOAD_PATH} environment variable,
|
||||||
if it is set.
|
if it is set.
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue