diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-02-08 20:52:02 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-09 22:28:49 +0000 |
commit | 892aea8b1d750b14fa7ef9b0aef86a872640cd92 (patch) | |
tree | e43ad7655d368b45b36445c830ffa7ed4421d7b7 | |
parent | ffb62a43dcfe537c3f5773e9d7b2f8a46fdb9b47 (diff) | |
download | guile-892aea8b1d750b14fa7ef9b0aef86a872640cd92.tar.gz |
docs: fix markup in api-options.texi.
* doc/ref/api-options.texi (Build Config): Use @env for GUILE_LOAD_PATH.
-rw-r--r-- | doc/ref/api-options.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 11027087c..71217847e 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -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}. @end deffn -@cindex GUILE_LOAD_PATH +@cindex @env{GUILE_LOAD_PATH} @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))}, -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. @end defvar |