diff options
author | Andy Wingo <wingo@pobox.com> | 2011-03-29 12:18:20 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-03-29 12:18:20 +0200 |
commit | 2460274d360d36bc758b763a1bbb1dc2cb85a87b (patch) | |
tree | cd178c9bbb2eeb993278c1fa0db245acd50e4e4e /doc/ref/scheme-scripts.texi | |
parent | 56dbc8a89958fcc401b0980ffcd0047f20470cd3 (diff) | |
download | guile-2460274d360d36bc758b763a1bbb1dc2cb85a87b.tar.gz |
document -q, repl options
* doc/ref/scheme-scripts.texi (Invoking Guile): Document -q.
* doc/ref/scheme-using.texi (Init File): New section, on .guile.
(Readline): Link to Init File.
(System Commands): Document the various REPL options, and
repl-default-option-set!.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r-- | doc/ref/scheme-scripts.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index 5a6f494d1..0ad1becf3 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -196,6 +196,11 @@ interactive session. When executing a script with @code{-s} or Do not use the debugging VM engine, even when entering an interactive session. +@item -q +Do not the local initialization file, @code{.guile}. This option only +has an effect when running interactively; running scripts does not load +the @code{.guile} file. @xref{Init File}. + @item --listen[=@var{p}] While this program runs, listen on a local port or a path for REPL clients. If @var{p} starts with a number, it is assumed to be a local |