1
Fork 0
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:
Ralf Wildenhues 2011-02-08 20:52:02 +01:00 committed by Neil Jerram
parent ffb62a43dc
commit 892aea8b1d

View file

@ -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