From dd63bd48cf3db53c20fb1e9e8d85e91fe29dc1a2 Mon Sep 17 00:00:00 2001 From: Mark Harig Date: Sat, 23 Apr 2011 13:01:39 -0400 * doc/ref/guile.texi (node Programming in Scheme): Added menu entry for the new section "Invoking Guile" to the chapter "Programming in Scheme". Added '@include' to add the new file 'guile-invoke.texi', which has the new section. --- doc/ref/guile.texi | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index dfadd13..26d32b7 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -217,20 +217,22 @@ Guile's core language is Scheme, and a lot can be achieved simply by using Guile to write and run Scheme programs --- as opposed to having to dive into C code. In this part of the manual, we explain how to use Guile in this mode, and describe the tools that Guile provides to help you with script writing, -debugging and packaging your programs for distribution. +debugging, and packaging your programs for distribution. -For detailed reference information on the variables, functions -etc. that make up Guile's application programming interface (API), address@hidden Reference}. +For detailed reference information on the variables, functions, and so +on that make up Guile's application programming interface (API), see address@hidden Reference}. @menu * Guile Scheme:: Guile's implementation of Scheme. +* Invoking Guile:: Command-line options understood by Guile. * Guile Scripting:: How to write Guile scripts. * Using Guile Interactively:: Guile's REPL features. * Using Guile in Emacs:: Guile and Emacs. @end menu @include scheme-intro.texi address@hidden guile-invoke.texi @include scheme-scripts.texi @include scheme-using.texi -- 1.7.4.4