>From ae67f30cb1ff9354c240c09a62e4bcdebab82d8e Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Feb 2011 20:52:02 +0100 Subject: [PATCH 4/5] docs: fix markup in api-options.texi. * doc/ref/api-options.texi (Build Config): Use @var for metasyntactic variable. Add newline after @noindent. Use @env for GUILE_LOAD_PATH. --- doc/ref/api-options.texi | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 1102708..57ba02e 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -82,10 +82,11 @@ general are stored. On Unix-like systems, this is usually Return the name of the directory where the Guile Scheme files that belong to the core Guile installation (as opposed to files from a 3rd party package) are installed. On Unix-like systems this is usually address@hidden/usr/local/share/guile/} or address@hidden/usr/share/guile/}; address@hidden/usr/local/share/guile/@var{GUILE_EFFECTIVE_VERSION}} or address@hidden/usr/share/guile/@var{GUILE_EFFECTIVE_VERSION}}; address@hidden for example @file{/usr/local/share/guile/1.6}. address@hidden +for example @file{/usr/local/share/guile/1.6}. @end deffn @deffn {Scheme Procedure} %site-dir @@ -95,12 +96,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 address@hidden GUILE_LOAD_PATH address@hidden @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 -- 1.7.4.rc1.6.gb704ef.dirty