From fcb8ba8ce7f9ecababc659c87237bf49d3184cf8 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 22 Aug 2004 19:30:04 +0000 Subject: [PATCH] (Invoking Guile): documented new '-L' switch. --- doc/ref/scheme-scripts.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index ec1675ec2..d1e06b85a 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -103,6 +103,13 @@ become command-line arguments for the interactive session; the @code{(@var{guile} @var{arg...})}, where @var{guile} is the path of the Guile executable. +@item -L @var{directory} +Add @var{directory} to the front of Guile's module load path. The +given directories are searched in the order given on the command line +and before any directories in the GUILE_LOAD_PATH environment +variable. Paths added here are @emph{not} in effect during execution +of the user's @file{.guile} file. + @item -l @var{file} Load Scheme source code from @var{file}, and continue processing the command line.