From 91a60e5701677a9cf54846da730bdf8e342ddc74 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sat, 15 Jan 2011 20:57:01 +0000 Subject: [PATCH] Document missing Guile command line options Thanks to Mark Harig for pointing this out and suggesting the text. * doc/ref/scheme-scripts.texi (Invoking Guile): Mention --autocompile and --no-autocompile. --- doc/ref/scheme-scripts.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index e30a9d738..f6bf8b9ff 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -218,6 +218,17 @@ That said, @code{--listen} is great for interactive debugging and development. @vnew{2.0} + +@item --autocompile +Compile source files automatically (default behavior). + +@vnew{2.0} + +@item --no-autocompile +Disable automatic source file compilation. + +@vnew{2.0} + @item -h@r{, }--help Display help on invoking Guile, and then exit.