From e9b00bf82088b2aed642b7c0385a75cdfbb05a3f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 28 Apr 2001 18:34:17 +0000 Subject: [PATCH] (Manual Conventions): New chapter. --- doc/preface.texi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/preface.texi b/doc/preface.texi index 2391e135c..23d07752f 100644 --- a/doc/preface.texi +++ b/doc/preface.texi @@ -126,6 +126,31 @@ Guile, how to install it, where to find modules to work with Guile, and how to use the Guile debugger. +@iftex +@section Manual Conventions +@end iftex + +@ifnottex +@node Manual Conventions +@chapter Conventions used in this Manual +@end ifnottex + +We use some conventions in this manual. + +@itemize @bullet + +@item +For some procedures, notably type predicates, we use "iff" to mean +"if and only if". The construct is usually something like: "Return +VAL iff CONDITION", where VAL is usually "#t" or "non-#f". This +typically means that VAL is returned if CONDITION holds, and that #f is +returned otherwise. + +@c Add other conventions here. + +@end itemize + + @c Local Variables: @c TeX-master: "guile.texi" @c End: