guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc preface.texi


From: Thien-Thi Nguyen
Subject: guile/guile-core/doc preface.texi
Date: Sat, 28 Apr 2001 11:34:17 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <>     01/04/28 11:34:17

Modified files:
        guile-core/doc : preface.texi 

Log message:
        (Manual Conventions): New chapter.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/preface.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/preface.texi
diff -u guile/guile-core/doc/preface.texi:1.1 
guile/guile-core/doc/preface.texi:1.2
--- guile/guile-core/doc/preface.texi:1.1       Fri Mar  9 00:22:00 2001
+++ guile/guile-core/doc/preface.texi   Sat Apr 28 11:34:17 2001
@@ -126,6 +126,31 @@
 how to use the Guile debugger.
 
 
address@hidden
address@hidden Manual Conventions
address@hidden iftex
+
address@hidden
address@hidden Manual Conventions
address@hidden Conventions used in this Manual
address@hidden ifnottex
+
+We use some conventions in this manual.
+
address@hidden @bullet
+
address@hidden
+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.
+
address@hidden Add other conventions here.
+
address@hidden itemize
+
+
 @c Local Variables:
 @c TeX-master: "guile.texi"
 @c End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]