summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-scripts.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-01-01 23:05:00 +0000
committerKevin Ryde <user42@zip.com.au>2005-01-01 23:05:00 +0000
commit44fd0a72a6fb1aa881c33adb5a604503086b1959 (patch)
treeab19a7ab981f89e2973984e801e4d6a3cd977a3e /doc/ref/scheme-scripts.texi
parent45bb786f75ded0cce4398c8da74cd4030b586464 (diff)
downloadguile-44fd0a72a6fb1aa881c33adb5a604503086b1959.tar.gz
Add "invocation" index entry.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r--doc/ref/scheme-scripts.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi
index d1e06b85a..3ec9a1118 100644
--- a/doc/ref/scheme-scripts.texi
+++ b/doc/ref/scheme-scripts.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -74,6 +74,7 @@ appear. Upon reaching the end of the file, Guile exits.
@node Invoking Guile
@subsection Invoking Guile
+@cindex invocation
Here we describe Guile's command-line processing in detail. Guile
processes its arguments from left to right, recognizing the switches
@@ -513,3 +514,7 @@ $ choose 50 100
100891344545564193334812497256
@end example
+
+@c Local Variables:
+@c TeX-master: "guile.texi"
+@c End: