docs: fix markup in api-options.texi.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Feb 2011 19:52:02 +0000 (20:52 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 9 Feb 2011 22:28:49 +0000 (22:28 +0000)
* doc/ref/api-options.texi (Build Config): Use @env for GUILE_LOAD_PATH.

doc/ref/api-options.texi

index 1102708..7121784 100644 (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}.
 @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