From 4f69c9dc751408bb89a28f17c289e87de075aca8 Mon Sep 17 00:00:00 2001 From: Mark Harig Date: Mon, 25 Apr 2011 11:33:22 -0400 Subject: [PATCH 1/3] * 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..30b6d14 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:: Selecting optional features when starting 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