1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-31 17:30:24 +02:00

(Manual Conventions): New chapter.

This commit is contained in:
Thien-Thi Nguyen 2001-04-28 18:34:17 +00:00
parent 0b2da99cb3
commit e9b00bf820

View file

@ -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: