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-13 21:29:58 +0000 |
commit | 1a1ce64dfb4c4c31bd5ea97ca2808ef68127ca37 (patch) | |
tree | 24896631ddd2c24a7c887ac4ecae935493e87231 /doc/ref/api-options.texi | |
parent | 482d311b3945a2b7133888b18f1fd18e472f8ce8 (diff) | |
download | guile-1a1ce64dfb4c4c31bd5ea97ca2808ef68127ca37.tar.gz |
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.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 71217847e..57ba02eee 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 -@file{/usr/local/share/guile/<GUILE_EFFECTIVE_VERSION>} or -@file{/usr/share/guile/<GUILE_EFFECTIVE_VERSION>}; +@file{/usr/local/share/guile/@var{GUILE_EFFECTIVE_VERSION}} or +@file{/usr/share/guile/@var{GUILE_EFFECTIVE_VERSION}}; -@noindent for example @file{/usr/local/share/guile/1.6}. +@noindent +for example @file{/usr/local/share/guile/1.6}. @end deffn @deffn {Scheme Procedure} %site-dir |