mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
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.
This commit is contained in:
parent
482d311b39
commit
1a1ce64dfb
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue